Shades of Dark Cyan #098986
Tints of Dark Cyan #098986
RGB
CMYK
RGB Variations
Color information
#098986 (or 0x098986) is known color: Dark Cyan. HEX triplet: 09, 89 and 86. RGB value is (9,137,134). Sum of RGB (Red+Green+Blue) = 9+137+134=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #098986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098986 is #F67679. Grayscale: #626262. Windows color (decimal): -16152186 or 8816905. OLE color: 8816905.
HSL color Cylindrical-coordinate representation of color #098986: hue angle of 178.59º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098986 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 134 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.46 |
| HSL | 178.59º | 0.88% | 0.29% | - |
| HSV(B) | 178.59º | 0.93% | 0.54% | - |
| XYZ | 13.36 | 19.67 | 25.65 | - |
| YUV | 98.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 134 | 0.93 | 0 | 0.02 | 0.46 | 178.59 | 0.88 | 0.29 |
| Hex | 9 | 89 | 86 | 5D | 0 | 2 | 2E | B3 | 58 | 1D |
| Octal | 11 | 211 | 206 | 135 | 0 | 2 | 56 | 263 | 130 | 35 |
| Binary | 1001 | 10001001 | 10000110 | 1011101 | 0 | 10 | 101110 | 10110011 | 1011000 | 11101 |
Color Harmonies of #098986
Complementary color
Monochromatic Colors of #098986
Black with #098986
Text Example
Text Example
White with #098986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098986; }
p { color: rgb(9,137,134); }
H1.HeaderClassName
{
color: #098986;
}
.AnyTagClassName
{
color: #098986;
}
</style>
background-color css
<style>
a { background-color: #098986; }
a { background-color: rgb(9,137,134); }
div.DivClassName
{
background-color: #098986;
}
.BgClassName
{
background-color: #098986;
}
</style>
border-color css
<style>
span { border-color: #098986; }
span { border-color: rgb(9,137,134); }
td.TdClassName
{
border-color: #098986;
}
.TagClassName
{
border-color: #098986;
}
</style>