Shades of Dark Cyan #008892
Tints of Dark Cyan #008892
RGB
CMYK
RGB Variations
Color information
#008892 (or 0x008892) is known color: Dark Cyan. HEX triplet: 00, 88 and 92. RGB value is (0,136,146). Sum of RGB (Red+Green+Blue) = 0+136+146=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #008892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008892 is #FF776D. Grayscale: #606060. Windows color (decimal): -16742254 or 9603072. OLE color: 9603072.
HSL color Cylindrical-coordinate representation of color #008892: hue angle of 184.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008892 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 136 | 146 | - |
| CMYK | 1 | 0.07 | 0 | 0.43 |
| HSL | 184.11º | 1% | 0.29% | - |
| HSV(B) | 184.11º | 1% | 0.57% | - |
| XYZ | 13.99 | 19.68 | 30.26 | - |
| YUV | 96.48 | 155.94 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 146 | 1 | 0.07 | 0 | 0.43 | 184.11 | 1 | 0.29 |
| Hex | 0 | 88 | 92 | 64 | 7 | 0 | 2B | B8 | 64 | 1D |
| Octal | 0 | 210 | 222 | 144 | 7 | 0 | 53 | 270 | 144 | 35 |
| Binary | 0 | 10001000 | 10010010 | 1100100 | 111 | 0 | 101011 | 10111000 | 1100100 | 11101 |
Color Harmonies of #008892
Complementary color
Monochromatic Colors of #008892
Black with #008892
Text Example
Text Example
White with #008892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008892; }
p { color: rgb(0,136,146); }
H1.HeaderClassName
{
color: #008892;
}
.AnyTagClassName
{
color: #008892;
}
</style>
background-color css
<style>
a { background-color: #008892; }
a { background-color: rgb(0,136,146); }
div.DivClassName
{
background-color: #008892;
}
.BgClassName
{
background-color: #008892;
}
</style>
border-color css
<style>
span { border-color: #008892; }
span { border-color: rgb(0,136,146); }
td.TdClassName
{
border-color: #008892;
}
.TagClassName
{
border-color: #008892;
}
</style>