Shades of Dark Cyan #008992
Tints of Dark Cyan #008992
RGB
CMYK
RGB Variations
Color information
#008992 (or 0x008992) is known color: Dark Cyan. HEX triplet: 00, 89 and 92. RGB value is (0,137,146). Sum of RGB (Red+Green+Blue) = 0+137+146=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #008992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008992 is #FF766D. Grayscale: #606060. Windows color (decimal): -16741998 or 9603328. OLE color: 9603328.
HSL color Cylindrical-coordinate representation of color #008992: hue angle of 183.7º 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 #008992 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 137 | 146 | - |
| CMYK | 1 | 0.06 | 0 | 0.43 |
| HSL | 183.7º | 1% | 0.29% | - |
| HSV(B) | 183.7º | 1% | 0.57% | - |
| XYZ | 14.13 | 19.97 | 30.3 | - |
| YUV | 97.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 146 | 1 | 0.06 | 0 | 0.43 | 183.7 | 1 | 0.29 |
| Hex | 0 | 89 | 92 | 64 | 6 | 0 | 2B | B8 | 64 | 1D |
| Octal | 0 | 211 | 222 | 144 | 6 | 0 | 53 | 270 | 144 | 35 |
| Binary | 0 | 10001001 | 10010010 | 1100100 | 110 | 0 | 101011 | 10111000 | 1100100 | 11101 |
Color Harmonies of #008992
Complementary color
Monochromatic Colors of #008992
Black with #008992
Text Example
Text Example
White with #008992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008992; }
p { color: rgb(0,137,146); }
H1.HeaderClassName
{
color: #008992;
}
.AnyTagClassName
{
color: #008992;
}
</style>
background-color css
<style>
a { background-color: #008992; }
a { background-color: rgb(0,137,146); }
div.DivClassName
{
background-color: #008992;
}
.BgClassName
{
background-color: #008992;
}
</style>
border-color css
<style>
span { border-color: #008992; }
span { border-color: rgb(0,137,146); }
td.TdClassName
{
border-color: #008992;
}
.TagClassName
{
border-color: #008992;
}
</style>