#008b8b
Dark Cyan Color Codes
Code | Value |
---|---|
HEX | #008b8b |
RGB | rgb(0,139,139) |
HSL | |
CMYK |
Shades of Dark Cyan (#008b8b)
Tints of Dark Cyan (#008b8b)
Dark Cyan (#008b8b) Preview
Text with hexademical color #008b8b
This text has a font color of #008b8b
<span style="color: #008b8b;">Text</span>
#008b8b background color
This paragraph has a background color of #008b8b
<p style="background-color: #008b8b;">Text</p>
#008b8b border color
This element has a border color of #008b8b
<div style="border: 2px solid #008b8b;">Text</div>
CSS codes
.text {color:#008b8b;}
.background {background-color: #008b8b;}
.border {border:2px solid #008b8b;}