Shades of Dark Cyan #099591
Tints of Dark Cyan #099591
RGB
CMYK
RGB Variations
Color information
#099591 (or 0x099591) is known color: Dark Cyan. HEX triplet: 09, 95 and 91. RGB value is (9,149,145). Sum of RGB (Red+Green+Blue) = 9+149+145=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #099591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099591 is #F66A6E. Grayscale: #6A6A6A. Windows color (decimal): -16149103 or 9540873. OLE color: 9540873.
HSL color Cylindrical-coordinate representation of color #099591: hue angle of 178.29º 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 #099591 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 145 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.42 |
| HSL | 178.29º | 0.89% | 0.31% | - |
| HSV(B) | 178.29º | 0.94% | 0.58% | - |
| XYZ | 15.97 | 23.6 | 30.5 | - |
| YUV | 106.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 145 | 0.94 | 0 | 0.03 | 0.42 | 178.29 | 0.89 | 0.31 |
| Hex | 9 | 95 | 91 | 5E | 0 | 3 | 2A | B2 | 59 | 1F |
| Octal | 11 | 225 | 221 | 136 | 0 | 3 | 52 | 262 | 131 | 37 |
| Binary | 1001 | 10010101 | 10010001 | 1011110 | 0 | 11 | 101010 | 10110010 | 1011001 | 11111 |
Color Harmonies of #099591
Complementary color
Monochromatic Colors of #099591
Black with #099591
Text Example
Text Example
White with #099591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099591; }
p { color: rgb(9,149,145); }
H1.HeaderClassName
{
color: #099591;
}
.AnyTagClassName
{
color: #099591;
}
</style>
background-color css
<style>
a { background-color: #099591; }
a { background-color: rgb(9,149,145); }
div.DivClassName
{
background-color: #099591;
}
.BgClassName
{
background-color: #099591;
}
</style>
border-color css
<style>
span { border-color: #099591; }
span { border-color: rgb(9,149,145); }
td.TdClassName
{
border-color: #099591;
}
.TagClassName
{
border-color: #099591;
}
</style>