Shades of Dark Cyan #0E8B86
Tints of Dark Cyan #0E8B86
RGB
CMYK
RGB Variations
Color information
#0E8B86 (or 0x0E8B86) is known color: Dark Cyan. HEX triplet: 0E, 8B and 86. RGB value is (14,139,134). Sum of RGB (Red+Green+Blue) = 14+139+134=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8B86 is #F17479. Grayscale: #646464. Windows color (decimal): -15823994 or 8817422. OLE color: 8817422.
HSL color Cylindrical-coordinate representation of color #0E8B86: hue angle of 177.6º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B86 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 134 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.45 |
| HSL | 177.6º | 0.82% | 0.3% | - |
| HSV(B) | 177.6º | 0.9% | 0.55% | - |
| XYZ | 13.72 | 20.28 | 25.75 | - |
| YUV | 101.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 134 | 0.90 | 0 | 0.04 | 0.45 | 177.6 | 0.82 | 0.3 |
| Hex | E | 8B | 86 | 5A | 0 | 4 | 2D | B2 | 52 | 1E |
| Octal | 16 | 213 | 206 | 132 | 0 | 4 | 55 | 262 | 122 | 36 |
| Binary | 1110 | 10001011 | 10000110 | 1011010 | 0 | 100 | 101101 | 10110010 | 1010010 | 11110 |
Color Harmonies of #0E8B86
Complementary color
Monochromatic Colors of #0E8B86
Black with #0E8B86
Text Example
Text Example
White with #0E8B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B86; }
p { color: rgb(14,139,134); }
H1.HeaderClassName
{
color: #0E8B86;
}
.AnyTagClassName
{
color: #0E8B86;
}
</style>
background-color css
<style>
a { background-color: #0E8B86; }
a { background-color: rgb(14,139,134); }
div.DivClassName
{
background-color: #0E8B86;
}
.BgClassName
{
background-color: #0E8B86;
}
</style>
border-color css
<style>
span { border-color: #0E8B86; }
span { border-color: rgb(14,139,134); }
td.TdClassName
{
border-color: #0E8B86;
}
.TagClassName
{
border-color: #0E8B86;
}
</style>