Shades of Dark Cyan #099397
Tints of Dark Cyan #099397
RGB
CMYK
RGB Variations
Color information
#099397 (or 0x099397) is known color: Dark Cyan. HEX triplet: 09, 93 and 97. RGB value is (9,147,151). Sum of RGB (Red+Green+Blue) = 9+147+151=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #099397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099397 is #F66C68. Grayscale: #6A6A6A. Windows color (decimal): -16149609 or 9933577. OLE color: 9933577.
HSL color Cylindrical-coordinate representation of color #099397: hue angle of 181.69º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099397 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 147 | 151 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.41 |
| HSL | 181.69º | 0.89% | 0.31% | - |
| HSV(B) | 181.69º | 0.94% | 0.59% | - |
| XYZ | 16.13 | 23.16 | 32.9 | - |
| YUV | 106.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 151 | 0.94 | 0.03 | 0 | 0.41 | 181.69 | 0.89 | 0.31 |
| Hex | 9 | 93 | 97 | 5E | 3 | 0 | 29 | B6 | 59 | 1F |
| Octal | 11 | 223 | 227 | 136 | 3 | 0 | 51 | 266 | 131 | 37 |
| Binary | 1001 | 10010011 | 10010111 | 1011110 | 11 | 0 | 101001 | 10110110 | 1011001 | 11111 |
Color Harmonies of #099397
Complementary color
Monochromatic Colors of #099397
Black with #099397
Text Example
Text Example
White with #099397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099397; }
p { color: rgb(9,147,151); }
H1.HeaderClassName
{
color: #099397;
}
.AnyTagClassName
{
color: #099397;
}
</style>
background-color css
<style>
a { background-color: #099397; }
a { background-color: rgb(9,147,151); }
div.DivClassName
{
background-color: #099397;
}
.BgClassName
{
background-color: #099397;
}
</style>
border-color css
<style>
span { border-color: #099397; }
span { border-color: rgb(9,147,151); }
td.TdClassName
{
border-color: #099397;
}
.TagClassName
{
border-color: #099397;
}
</style>