Shades of Dark Cyan #0E9888
Tints of Dark Cyan #0E9888
RGB
CMYK
RGB Variations
Color information
#0E9888 (or 0x0E9888) is known color: Dark Cyan. HEX triplet: 0E, 98 and 88. RGB value is (14,152,136). Sum of RGB (Red+Green+Blue) = 14+152+136=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9888 is #F16777. Grayscale: #6C6C6C. Windows color (decimal): -15820664 or 8951822. OLE color: 8951822.
HSL color Cylindrical-coordinate representation of color #0E9888: hue angle of 173.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9888 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 152 | 136 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.40 |
| HSL | 173.04º | 0.83% | 0.33% | - |
| HSV(B) | 173.04º | 0.91% | 0.6% | - |
| XYZ | 15.85 | 24.33 | 27.15 | - |
| YUV | 108.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 136 | 0.91 | 0 | 0.11 | 0.40 | 173.04 | 0.83 | 0.33 |
| Hex | E | 98 | 88 | 5B | 0 | B | 28 | AD | 53 | 21 |
| Octal | 16 | 230 | 210 | 133 | 0 | 13 | 50 | 255 | 123 | 41 |
| Binary | 1110 | 10011000 | 10001000 | 1011011 | 0 | 1011 | 101000 | 10101101 | 1010011 | 100001 |
Color Harmonies of #0E9888
Complementary color
Monochromatic Colors of #0E9888
Black with #0E9888
Text Example
Text Example
White with #0E9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9888; }
p { color: rgb(14,152,136); }
H1.HeaderClassName
{
color: #0E9888;
}
.AnyTagClassName
{
color: #0E9888;
}
</style>
background-color css
<style>
a { background-color: #0E9888; }
a { background-color: rgb(14,152,136); }
div.DivClassName
{
background-color: #0E9888;
}
.BgClassName
{
background-color: #0E9888;
}
</style>
border-color css
<style>
span { border-color: #0E9888; }
span { border-color: rgb(14,152,136); }
td.TdClassName
{
border-color: #0E9888;
}
.TagClassName
{
border-color: #0E9888;
}
</style>