Shades of Dark Cyan #099889
Tints of Dark Cyan #099889
RGB
CMYK
RGB Variations
Color information
#099889 (or 0x099889) is known color: Dark Cyan. HEX triplet: 09, 98 and 89. RGB value is (9,152,137). Sum of RGB (Red+Green+Blue) = 9+152+137=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #099889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099889 is #F66776. Grayscale: #6B6B6B. Windows color (decimal): -16148343 or 9017353. OLE color: 9017353.
HSL color Cylindrical-coordinate representation of color #099889: hue angle of 173.71º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099889 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 137 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.40 |
| HSL | 173.71º | 0.89% | 0.32% | - |
| HSV(B) | 173.71º | 0.94% | 0.6% | - |
| XYZ | 15.86 | 24.32 | 27.53 | - |
| YUV | 107.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 137 | 0.94 | 0 | 0.10 | 0.40 | 173.71 | 0.89 | 0.32 |
| Hex | 9 | 98 | 89 | 5E | 0 | A | 28 | AE | 59 | 20 |
| Octal | 11 | 230 | 211 | 136 | 0 | 12 | 50 | 256 | 131 | 40 |
| Binary | 1001 | 10011000 | 10001001 | 1011110 | 0 | 1010 | 101000 | 10101110 | 1011001 | 100000 |
Color Harmonies of #099889
Complementary color
Monochromatic Colors of #099889
Black with #099889
Text Example
Text Example
White with #099889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099889; }
p { color: rgb(9,152,137); }
H1.HeaderClassName
{
color: #099889;
}
.AnyTagClassName
{
color: #099889;
}
</style>
background-color css
<style>
a { background-color: #099889; }
a { background-color: rgb(9,152,137); }
div.DivClassName
{
background-color: #099889;
}
.BgClassName
{
background-color: #099889;
}
</style>
border-color css
<style>
span { border-color: #099889; }
span { border-color: rgb(9,152,137); }
td.TdClassName
{
border-color: #099889;
}
.TagClassName
{
border-color: #099889;
}
</style>