Shades of Dark Cyan #099482
Tints of Dark Cyan #099482
RGB
CMYK
RGB Variations
Color information
#099482 (or 0x099482) is known color: Dark Cyan. HEX triplet: 09, 94 and 82. RGB value is (9,148,130). Sum of RGB (Red+Green+Blue) = 9+148+130=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #099482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099482 is #F66B7D. Grayscale: #686868. Windows color (decimal): -16149374 or 8557577. OLE color: 8557577.
HSL color Cylindrical-coordinate representation of color #099482: hue angle of 172.23º 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 #099482 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 130 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.42 |
| HSL | 172.23º | 0.89% | 0.31% | - |
| HSV(B) | 172.23º | 0.94% | 0.58% | - |
| XYZ | 14.73 | 22.85 | 24.75 | - |
| YUV | 104.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 130 | 0.94 | 0 | 0.12 | 0.42 | 172.23 | 0.89 | 0.31 |
| Hex | 9 | 94 | 82 | 5E | 0 | C | 2A | AC | 59 | 1F |
| Octal | 11 | 224 | 202 | 136 | 0 | 14 | 52 | 254 | 131 | 37 |
| Binary | 1001 | 10010100 | 10000010 | 1011110 | 0 | 1100 | 101010 | 10101100 | 1011001 | 11111 |
Color Harmonies of #099482
Complementary color
Monochromatic Colors of #099482
Black with #099482
Text Example
Text Example
White with #099482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099482; }
p { color: rgb(9,148,130); }
H1.HeaderClassName
{
color: #099482;
}
.AnyTagClassName
{
color: #099482;
}
</style>
background-color css
<style>
a { background-color: #099482; }
a { background-color: rgb(9,148,130); }
div.DivClassName
{
background-color: #099482;
}
.BgClassName
{
background-color: #099482;
}
</style>
border-color css
<style>
span { border-color: #099482; }
span { border-color: rgb(9,148,130); }
td.TdClassName
{
border-color: #099482;
}
.TagClassName
{
border-color: #099482;
}
</style>