Shades of Dark Cyan #099485
Tints of Dark Cyan #099485
RGB
CMYK
RGB Variations
Color information
#099485 (or 0x099485) is known color: Dark Cyan. HEX triplet: 09, 94 and 85. RGB value is (9,148,133). Sum of RGB (Red+Green+Blue) = 9+148+133=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #099485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099485 is #F66B7A. Grayscale: #686868. Windows color (decimal): -16149371 or 8754185. OLE color: 8754185.
HSL color Cylindrical-coordinate representation of color #099485: hue angle of 173.53º 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 #099485 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 133 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.42 |
| HSL | 173.53º | 0.89% | 0.31% | - |
| HSV(B) | 173.53º | 0.94% | 0.58% | - |
| XYZ | 14.94 | 22.93 | 25.83 | - |
| YUV | 104.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 133 | 0.94 | 0 | 0.10 | 0.42 | 173.53 | 0.89 | 0.31 |
| Hex | 9 | 94 | 85 | 5E | 0 | A | 2A | AE | 59 | 1F |
| Octal | 11 | 224 | 205 | 136 | 0 | 12 | 52 | 256 | 131 | 37 |
| Binary | 1001 | 10010100 | 10000101 | 1011110 | 0 | 1010 | 101010 | 10101110 | 1011001 | 11111 |
Color Harmonies of #099485
Complementary color
Monochromatic Colors of #099485
Black with #099485
Text Example
Text Example
White with #099485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099485; }
p { color: rgb(9,148,133); }
H1.HeaderClassName
{
color: #099485;
}
.AnyTagClassName
{
color: #099485;
}
</style>
background-color css
<style>
a { background-color: #099485; }
a { background-color: rgb(9,148,133); }
div.DivClassName
{
background-color: #099485;
}
.BgClassName
{
background-color: #099485;
}
</style>
border-color css
<style>
span { border-color: #099485; }
span { border-color: rgb(9,148,133); }
td.TdClassName
{
border-color: #099485;
}
.TagClassName
{
border-color: #099485;
}
</style>