Shades of Dark Cyan #008B8E
Tints of Dark Cyan #008B8E
RGB
CMYK
RGB Variations
Color information
#008B8E (or 0x008B8E) is known color: Dark Cyan. HEX triplet: 00, 8B and 8E. RGB value is (0,139,142). Sum of RGB (Red+Green+Blue) = 0+139+142=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #008B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B8E is #FF7471. Grayscale: #616161. Windows color (decimal): -16741490 or 9341696. OLE color: 9341696.
HSL color Cylindrical-coordinate representation of color #008B8E: hue angle of 181.27º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B8E is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 139 | 142 | - |
| CMYK | 1 | 0.02 | 0 | 0.44 |
| HSL | 181.27º | 1% | 0.28% | - |
| HSV(B) | 181.27º | 1% | 0.56% | - |
| XYZ | 14.12 | 20.42 | 28.79 | - |
| YUV | 97.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 142 | 1 | 0.02 | 0 | 0.44 | 181.27 | 1 | 0.28 |
| Hex | 0 | 8B | 8E | 64 | 2 | 0 | 2C | B5 | 64 | 1C |
| Octal | 0 | 213 | 216 | 144 | 2 | 0 | 54 | 265 | 144 | 34 |
| Binary | 0 | 10001011 | 10001110 | 1100100 | 10 | 0 | 101100 | 10110101 | 1100100 | 11100 |
Color Harmonies of #008B8E
Complementary color
Monochromatic Colors of #008B8E
Black with #008B8E
Text Example
Text Example
White with #008B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B8E; }
p { color: rgb(0,139,142); }
H1.HeaderClassName
{
color: #008B8E;
}
.AnyTagClassName
{
color: #008B8E;
}
</style>
background-color css
<style>
a { background-color: #008B8E; }
a { background-color: rgb(0,139,142); }
div.DivClassName
{
background-color: #008B8E;
}
.BgClassName
{
background-color: #008B8E;
}
</style>
border-color css
<style>
span { border-color: #008B8E; }
span { border-color: rgb(0,139,142); }
td.TdClassName
{
border-color: #008B8E;
}
.TagClassName
{
border-color: #008B8E;
}
</style>