Shades of Dark Cyan #099490
Tints of Dark Cyan #099490
RGB
CMYK
RGB Variations
Color information
#099490 (or 0x099490) is known color: Dark Cyan. HEX triplet: 09, 94 and 90. RGB value is (9,148,144). Sum of RGB (Red+Green+Blue) = 9+148+144=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #099490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099490 is #F66B6F. Grayscale: #696969. Windows color (decimal): -16149360 or 9475081. OLE color: 9475081.
HSL color Cylindrical-coordinate representation of color #099490: hue angle of 178.27º 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 #099490 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 144 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.42 |
| HSL | 178.27º | 0.89% | 0.31% | - |
| HSV(B) | 178.27º | 0.94% | 0.58% | - |
| XYZ | 15.74 | 23.25 | 30.04 | - |
| YUV | 105.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 144 | 0.94 | 0 | 0.03 | 0.42 | 178.27 | 0.89 | 0.31 |
| Hex | 9 | 94 | 90 | 5E | 0 | 3 | 2A | B2 | 59 | 1F |
| Octal | 11 | 224 | 220 | 136 | 0 | 3 | 52 | 262 | 131 | 37 |
| Binary | 1001 | 10010100 | 10010000 | 1011110 | 0 | 11 | 101010 | 10110010 | 1011001 | 11111 |
Color Harmonies of #099490
Complementary color
Monochromatic Colors of #099490
Black with #099490
Text Example
Text Example
White with #099490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099490; }
p { color: rgb(9,148,144); }
H1.HeaderClassName
{
color: #099490;
}
.AnyTagClassName
{
color: #099490;
}
</style>
background-color css
<style>
a { background-color: #099490; }
a { background-color: rgb(9,148,144); }
div.DivClassName
{
background-color: #099490;
}
.BgClassName
{
background-color: #099490;
}
</style>
border-color css
<style>
span { border-color: #099490; }
span { border-color: rgb(9,148,144); }
td.TdClassName
{
border-color: #099490;
}
.TagClassName
{
border-color: #099490;
}
</style>