Shades of Dark Cyan #099392
Tints of Dark Cyan #099392
RGB
CMYK
RGB Variations
Color information
#099392 (or 0x099392) is known color: Dark Cyan. HEX triplet: 09, 93 and 92. RGB value is (9,147,146). Sum of RGB (Red+Green+Blue) = 9+147+146=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #099392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099392 is #F66C6D. Grayscale: #696969. Windows color (decimal): -16149614 or 9605897. OLE color: 9605897.
HSL color Cylindrical-coordinate representation of color #099392: hue angle of 179.57º degrees, saturation: 0.88, 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 #099392 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 146 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.42 |
| HSL | 179.57º | 0.88% | 0.31% | - |
| HSV(B) | 179.57º | 0.94% | 0.58% | - |
| XYZ | 15.73 | 23 | 30.8 | - |
| YUV | 105.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 146 | 0.94 | 0 | 0.01 | 0.42 | 179.57 | 0.88 | 0.31 |
| Hex | 9 | 93 | 92 | 5E | 0 | 1 | 2A | B4 | 58 | 1F |
| Octal | 11 | 223 | 222 | 136 | 0 | 1 | 52 | 264 | 130 | 37 |
| Binary | 1001 | 10010011 | 10010010 | 1011110 | 0 | 1 | 101010 | 10110100 | 1011000 | 11111 |
Color Harmonies of #099392
Complementary color
Monochromatic Colors of #099392
Black with #099392
Text Example
Text Example
White with #099392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099392; }
p { color: rgb(9,147,146); }
H1.HeaderClassName
{
color: #099392;
}
.AnyTagClassName
{
color: #099392;
}
</style>
background-color css
<style>
a { background-color: #099392; }
a { background-color: rgb(9,147,146); }
div.DivClassName
{
background-color: #099392;
}
.BgClassName
{
background-color: #099392;
}
</style>
border-color css
<style>
span { border-color: #099392; }
span { border-color: rgb(9,147,146); }
td.TdClassName
{
border-color: #099392;
}
.TagClassName
{
border-color: #099392;
}
</style>