Shades of Dark Cyan #008891
Tints of Dark Cyan #008891
RGB
CMYK
RGB Variations
Color information
#008891 (or 0x008891) is known color: Dark Cyan. HEX triplet: 00, 88 and 91. RGB value is (0,136,145). Sum of RGB (Red+Green+Blue) = 0+136+145=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #008891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008891 is #FF776E. Grayscale: #606060. Windows color (decimal): -16742255 or 9537536. OLE color: 9537536.
HSL color Cylindrical-coordinate representation of color #008891: hue angle of 183.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008891 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 136 | 145 | - |
| CMYK | 1 | 0.06 | 0 | 0.43 |
| HSL | 183.72º | 1% | 0.28% | - |
| HSV(B) | 183.72º | 1% | 0.57% | - |
| XYZ | 13.92 | 19.65 | 29.85 | - |
| YUV | 96.36 | 155.44 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 145 | 1 | 0.06 | 0 | 0.43 | 183.72 | 1 | 0.28 |
| Hex | 0 | 88 | 91 | 64 | 6 | 0 | 2B | B8 | 64 | 1C |
| Octal | 0 | 210 | 221 | 144 | 6 | 0 | 53 | 270 | 144 | 34 |
| Binary | 0 | 10001000 | 10010001 | 1100100 | 110 | 0 | 101011 | 10111000 | 1100100 | 11100 |
Color Harmonies of #008891
Complementary color
Monochromatic Colors of #008891
Black with #008891
Text Example
Text Example
White with #008891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008891; }
p { color: rgb(0,136,145); }
H1.HeaderClassName
{
color: #008891;
}
.AnyTagClassName
{
color: #008891;
}
</style>
background-color css
<style>
a { background-color: #008891; }
a { background-color: rgb(0,136,145); }
div.DivClassName
{
background-color: #008891;
}
.BgClassName
{
background-color: #008891;
}
</style>
border-color css
<style>
span { border-color: #008891; }
span { border-color: rgb(0,136,145); }
td.TdClassName
{
border-color: #008891;
}
.TagClassName
{
border-color: #008891;
}
</style>