Shades of Dark Cyan #099388
Tints of Dark Cyan #099388
RGB
CMYK
RGB Variations
Color information
#099388 (or 0x099388) is known color: Dark Cyan. HEX triplet: 09, 93 and 88. RGB value is (9,147,136). Sum of RGB (Red+Green+Blue) = 9+147+136=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #099388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099388 is #F66C77. Grayscale: #686868. Windows color (decimal): -16149624 or 8950537. OLE color: 8950537.
HSL color Cylindrical-coordinate representation of color #099388: hue angle of 175.22º 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 #099388 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 136 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.42 |
| HSL | 175.22º | 0.88% | 0.31% | - |
| HSV(B) | 175.22º | 0.94% | 0.58% | - |
| XYZ | 14.99 | 22.7 | 26.88 | - |
| YUV | 104.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 136 | 0.94 | 0 | 0.07 | 0.42 | 175.22 | 0.88 | 0.31 |
| Hex | 9 | 93 | 88 | 5E | 0 | 7 | 2A | AF | 58 | 1F |
| Octal | 11 | 223 | 210 | 136 | 0 | 7 | 52 | 257 | 130 | 37 |
| Binary | 1001 | 10010011 | 10001000 | 1011110 | 0 | 111 | 101010 | 10101111 | 1011000 | 11111 |
Color Harmonies of #099388
Complementary color
Monochromatic Colors of #099388
Black with #099388
Text Example
Text Example
White with #099388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099388; }
p { color: rgb(9,147,136); }
H1.HeaderClassName
{
color: #099388;
}
.AnyTagClassName
{
color: #099388;
}
</style>
background-color css
<style>
a { background-color: #099388; }
a { background-color: rgb(9,147,136); }
div.DivClassName
{
background-color: #099388;
}
.BgClassName
{
background-color: #099388;
}
</style>
border-color css
<style>
span { border-color: #099388; }
span { border-color: rgb(9,147,136); }
td.TdClassName
{
border-color: #099388;
}
.TagClassName
{
border-color: #099388;
}
</style>