Shades of Dark Cyan #009592
Tints of Dark Cyan #009592
RGB
CMYK
RGB Variations
Color information
#009592 (or 0x009592) is known color: Dark Cyan. HEX triplet: 00, 95 and 92. RGB value is (0,149,146). Sum of RGB (Red+Green+Blue) = 0+149+146=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #009592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009592 is #FF6A6D. Grayscale: #676767. Windows color (decimal): -16738926 or 9606400. OLE color: 9606400.
HSL color Cylindrical-coordinate representation of color #009592: hue angle of 178.79º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009592 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 146 | - |
| CMYK | 1 | 0 | 0.02 | 0.42 |
| HSL | 178.79º | 1% | 0.29% | - |
| HSV(B) | 178.79º | 1% | 0.58% | - |
| XYZ | 15.94 | 23.57 | 30.9 | - |
| YUV | 104.11 | 151.64 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 146 | 1 | 0 | 0.02 | 0.42 | 178.79 | 1 | 0.29 |
| Hex | 0 | 95 | 92 | 64 | 0 | 2 | 2A | B3 | 64 | 1D |
| Octal | 0 | 225 | 222 | 144 | 0 | 2 | 52 | 263 | 144 | 35 |
| Binary | 0 | 10010101 | 10010010 | 1100100 | 0 | 10 | 101010 | 10110011 | 1100100 | 11101 |
Color Harmonies of #009592
Complementary color
Monochromatic Colors of #009592
Black with #009592
Text Example
Text Example
White with #009592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009592; }
p { color: rgb(0,149,146); }
H1.HeaderClassName
{
color: #009592;
}
.AnyTagClassName
{
color: #009592;
}
</style>
background-color css
<style>
a { background-color: #009592; }
a { background-color: rgb(0,149,146); }
div.DivClassName
{
background-color: #009592;
}
.BgClassName
{
background-color: #009592;
}
</style>
border-color css
<style>
span { border-color: #009592; }
span { border-color: rgb(0,149,146); }
td.TdClassName
{
border-color: #009592;
}
.TagClassName
{
border-color: #009592;
}
</style>