Shades of Dark Cyan #0E8884
Tints of Dark Cyan #0E8884
RGB
CMYK
RGB Variations
Color information
#0E8884 (or 0x0E8884) is known color: Dark Cyan. HEX triplet: 0E, 88 and 84. RGB value is (14,136,132). Sum of RGB (Red+Green+Blue) = 14+136+132=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #0E8884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8884 is #F1777B. Grayscale: #626262. Windows color (decimal): -15824764 or 8685582. OLE color: 8685582.
HSL color Cylindrical-coordinate representation of color #0E8884: hue angle of 178.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8884 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 136 | 132 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.47 |
| HSL | 178.03º | 0.81% | 0.29% | - |
| HSV(B) | 178.03º | 0.9% | 0.53% | - |
| XYZ | 13.15 | 19.37 | 24.88 | - |
| YUV | 99.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 132 | 0.90 | 0 | 0.03 | 0.47 | 178.03 | 0.81 | 0.29 |
| Hex | E | 88 | 84 | 5A | 0 | 3 | 2F | B2 | 51 | 1D |
| Octal | 16 | 210 | 204 | 132 | 0 | 3 | 57 | 262 | 121 | 35 |
| Binary | 1110 | 10001000 | 10000100 | 1011010 | 0 | 11 | 101111 | 10110010 | 1010001 | 11101 |
Color Harmonies of #0E8884
Complementary color
Monochromatic Colors of #0E8884
Black with #0E8884
Text Example
Text Example
White with #0E8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8884; }
p { color: rgb(14,136,132); }
H1.HeaderClassName
{
color: #0E8884;
}
.AnyTagClassName
{
color: #0E8884;
}
</style>
background-color css
<style>
a { background-color: #0E8884; }
a { background-color: rgb(14,136,132); }
div.DivClassName
{
background-color: #0E8884;
}
.BgClassName
{
background-color: #0E8884;
}
</style>
border-color css
<style>
span { border-color: #0E8884; }
span { border-color: rgb(14,136,132); }
td.TdClassName
{
border-color: #0E8884;
}
.TagClassName
{
border-color: #0E8884;
}
</style>