In a RGB color space, #008b8b hex color (also known as Dark Cyan) is composed of 0% red, 54.5% green and 54.5% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 0% yellow and 45.5% black. It has a hue angle of 180 degrees, a saturation of 100% and a lightness of 27.3%. #008b8b color hex could be obtained by blending #00ffff with #001717. Closest websafe color is: #009999.
The hexadecimal color #008b8b has RGB values of R:0, G:139, B:139 and CMYK values of C:1, M:0, Y:0, K:0.45. Its decimal value is 35723.
Hex triplet | 008b8b | #008b8b |
RGB Decimal | 0, 139, 139 | rgb(0,139,139) |
RGB Percent | 0, 54.5, 54.5 | rgb(0%,54.5%,54.5%) |
CMYK | 100, 0, 0, 45.5 | |
HSL | 180°, 100, 27.3 | hsl(180,100%,27.3%) |
HSV(HSB) | 180°, 100, 54.5 | |
Web Safe | 009999 | #099 |
XYZ | 13.893, 20.329, 27.618 |
xyY | 0.225, 0.329, 20.329 |
CIE-LAB | 52.208, -30.615, -9.003 |
CIE-LCH | 52.208, 31.911, 196.386 |
CIE-LUV | 52.208, -40.379, -8.719 |
Hunter-Lab | 45.088, -23.904, -4.755 |
Binary | 00000000, 10001011, 10001011 |
Below, you can see some colors close to #008b8b. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #008b8b.
<span style="color:#008b8b">Text here</span>
This paragraph has a background color of #008b8b.
<p style="background-color:#008b8b;">Content here</p>
This element has a border color of #008b8b.
<div style="border:1px #008b8b;">Content here</div>
.text {color:#008b8b;}
.background {background-color:#008b8b;}
.border {border:1px solid #008b8b;}
.text-shadow {border:1px solid #008b8b;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000b0b is the darkest color, while #f5ffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #454646 is the less saturated color, while #068585 is the most saturated one.