Shades of Dark Cyan #099884
Tints of Dark Cyan #099884
RGB
CMYK
RGB Variations
Color information
#099884 (or 0x099884) is known color: Dark Cyan. HEX triplet: 09, 98 and 84. RGB value is (9,152,132). Sum of RGB (Red+Green+Blue) = 9+152+132=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #099884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099884 is #F6677B. Grayscale: #6A6A6A. Windows color (decimal): -16148348 or 8689673. OLE color: 8689673.
HSL color Cylindrical-coordinate representation of color #099884: hue angle of 171.61º 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 #099884 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 132 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.40 |
| HSL | 171.61º | 0.89% | 0.32% | - |
| HSV(B) | 171.61º | 0.94% | 0.6% | - |
| XYZ | 15.51 | 24.18 | 25.68 | - |
| YUV | 106.96 | 142.12 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 132 | 0.94 | 0 | 0.13 | 0.40 | 171.61 | 0.89 | 0.32 |
| Hex | 9 | 98 | 84 | 5E | 0 | D | 28 | AC | 59 | 20 |
| Octal | 11 | 230 | 204 | 136 | 0 | 15 | 50 | 254 | 131 | 40 |
| Binary | 1001 | 10011000 | 10000100 | 1011110 | 0 | 1101 | 101000 | 10101100 | 1011001 | 100000 |
Color Harmonies of #099884
Complementary color
Monochromatic Colors of #099884
Black with #099884
Text Example
Text Example
White with #099884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099884; }
p { color: rgb(9,152,132); }
H1.HeaderClassName
{
color: #099884;
}
.AnyTagClassName
{
color: #099884;
}
</style>
background-color css
<style>
a { background-color: #099884; }
a { background-color: rgb(9,152,132); }
div.DivClassName
{
background-color: #099884;
}
.BgClassName
{
background-color: #099884;
}
</style>
border-color css
<style>
span { border-color: #099884; }
span { border-color: rgb(9,152,132); }
td.TdClassName
{
border-color: #099884;
}
.TagClassName
{
border-color: #099884;
}
</style>