Shades of Dark Cyan #009589
Tints of Dark Cyan #009589
RGB
CMYK
RGB Variations
Color information
#009589 (or 0x009589) is known color: Dark Cyan. HEX triplet: 00, 95 and 89. RGB value is (0,149,137). Sum of RGB (Red+Green+Blue) = 0+149+137=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #009589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009589 is #FF6A76. Grayscale: #666666. Windows color (decimal): -16738935 or 9016576. OLE color: 9016576.
HSL color Cylindrical-coordinate representation of color #009589: hue angle of 175.17º 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 #009589 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 137 | - |
| CMYK | 1 | 0 | 0.08 | 0.42 |
| HSL | 175.17º | 1% | 0.29% | - |
| HSV(B) | 175.17º | 1% | 0.58% | - |
| XYZ | 15.26 | 23.3 | 27.36 | - |
| YUV | 103.08 | 147.14 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 137 | 1 | 0 | 0.08 | 0.42 | 175.17 | 1 | 0.29 |
| Hex | 0 | 95 | 89 | 64 | 0 | 8 | 2A | AF | 64 | 1D |
| Octal | 0 | 225 | 211 | 144 | 0 | 10 | 52 | 257 | 144 | 35 |
| Binary | 0 | 10010101 | 10001001 | 1100100 | 0 | 1000 | 101010 | 10101111 | 1100100 | 11101 |
Color Harmonies of #009589
Complementary color
Monochromatic Colors of #009589
Black with #009589
Text Example
Text Example
White with #009589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009589; }
p { color: rgb(0,149,137); }
H1.HeaderClassName
{
color: #009589;
}
.AnyTagClassName
{
color: #009589;
}
</style>
background-color css
<style>
a { background-color: #009589; }
a { background-color: rgb(0,149,137); }
div.DivClassName
{
background-color: #009589;
}
.BgClassName
{
background-color: #009589;
}
</style>
border-color css
<style>
span { border-color: #009589; }
span { border-color: rgb(0,149,137); }
td.TdClassName
{
border-color: #009589;
}
.TagClassName
{
border-color: #009589;
}
</style>