Shades of Dark Cyan #099582
Tints of Dark Cyan #099582
RGB
CMYK
RGB Variations
Color information
#099582 (or 0x099582) is known color: Dark Cyan. HEX triplet: 09, 95 and 82. RGB value is (9,149,130). Sum of RGB (Red+Green+Blue) = 9+149+130=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #099582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099582 is #F66A7D. Grayscale: #686868. Windows color (decimal): -16149118 or 8557833. OLE color: 8557833.
HSL color Cylindrical-coordinate representation of color #099582: hue angle of 171.86º 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 #099582 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 130 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.42 |
| HSL | 171.86º | 0.89% | 0.31% | - |
| HSV(B) | 171.86º | 0.94% | 0.58% | - |
| XYZ | 14.89 | 23.16 | 24.81 | - |
| YUV | 104.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 130 | 0.94 | 0 | 0.13 | 0.42 | 171.86 | 0.89 | 0.31 |
| Hex | 9 | 95 | 82 | 5E | 0 | D | 2A | AC | 59 | 1F |
| Octal | 11 | 225 | 202 | 136 | 0 | 15 | 52 | 254 | 131 | 37 |
| Binary | 1001 | 10010101 | 10000010 | 1011110 | 0 | 1101 | 101010 | 10101100 | 1011001 | 11111 |
Color Harmonies of #099582
Complementary color
Monochromatic Colors of #099582
Black with #099582
Text Example
Text Example
White with #099582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099582; }
p { color: rgb(9,149,130); }
H1.HeaderClassName
{
color: #099582;
}
.AnyTagClassName
{
color: #099582;
}
</style>
background-color css
<style>
a { background-color: #099582; }
a { background-color: rgb(9,149,130); }
div.DivClassName
{
background-color: #099582;
}
.BgClassName
{
background-color: #099582;
}
</style>
border-color css
<style>
span { border-color: #099582; }
span { border-color: rgb(9,149,130); }
td.TdClassName
{
border-color: #099582;
}
.TagClassName
{
border-color: #099582;
}
</style>