Shades of Dark Cyan #099587
Tints of Dark Cyan #099587
RGB
CMYK
RGB Variations
Color information
#099587 (or 0x099587) is known color: Dark Cyan. HEX triplet: 09, 95 and 87. RGB value is (9,149,135). Sum of RGB (Red+Green+Blue) = 9+149+135=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #099587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099587 is #F66A78. Grayscale: #696969. Windows color (decimal): -16149113 or 8885513. OLE color: 8885513.
HSL color Cylindrical-coordinate representation of color #099587: hue angle of 174º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099587 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 135 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.42 |
| HSL | 174º | 0.89% | 0.31% | - |
| HSV(B) | 174º | 0.94% | 0.58% | - |
| XYZ | 15.23 | 23.3 | 26.62 | - |
| YUV | 105.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 135 | 0.94 | 0 | 0.09 | 0.42 | 174 | 0.89 | 0.31 |
| Hex | 9 | 95 | 87 | 5E | 0 | 9 | 2A | AE | 59 | 1F |
| Octal | 11 | 225 | 207 | 136 | 0 | 11 | 52 | 256 | 131 | 37 |
| Binary | 1001 | 10010101 | 10000111 | 1011110 | 0 | 1001 | 101010 | 10101110 | 1011001 | 11111 |
Color Harmonies of #099587
Complementary color
Monochromatic Colors of #099587
Black with #099587
Text Example
Text Example
White with #099587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099587; }
p { color: rgb(9,149,135); }
H1.HeaderClassName
{
color: #099587;
}
.AnyTagClassName
{
color: #099587;
}
</style>
background-color css
<style>
a { background-color: #099587; }
a { background-color: rgb(9,149,135); }
div.DivClassName
{
background-color: #099587;
}
.BgClassName
{
background-color: #099587;
}
</style>
border-color css
<style>
span { border-color: #099587; }
span { border-color: rgb(9,149,135); }
td.TdClassName
{
border-color: #099587;
}
.TagClassName
{
border-color: #099587;
}
</style>