Shades of Dark Cyan #0E8D88
Tints of Dark Cyan #0E8D88
RGB
CMYK
RGB Variations
Color information
#0E8D88 (or 0x0E8D88) is known color: Dark Cyan. HEX triplet: 0E, 8D and 88. RGB value is (14,141,136). Sum of RGB (Red+Green+Blue) = 14+141+136=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8D88 is #F17277. Grayscale: #666666. Windows color (decimal): -15823480 or 8949006. OLE color: 8949006.
HSL color Cylindrical-coordinate representation of color #0E8D88: hue angle of 177.64º 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 #0E8D88 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 141 | 136 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.45 |
| HSL | 177.64º | 0.82% | 0.3% | - |
| HSV(B) | 177.64º | 0.9% | 0.55% | - |
| XYZ | 14.15 | 20.92 | 26.58 | - |
| YUV | 102.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 136 | 0.90 | 0 | 0.04 | 0.45 | 177.64 | 0.82 | 0.3 |
| Hex | E | 8D | 88 | 5A | 0 | 4 | 2D | B2 | 52 | 1E |
| Octal | 16 | 215 | 210 | 132 | 0 | 4 | 55 | 262 | 122 | 36 |
| Binary | 1110 | 10001101 | 10001000 | 1011010 | 0 | 100 | 101101 | 10110010 | 1010010 | 11110 |
Color Harmonies of #0E8D88
Complementary color
Monochromatic Colors of #0E8D88
Black with #0E8D88
Text Example
Text Example
White with #0E8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8D88; }
p { color: rgb(14,141,136); }
H1.HeaderClassName
{
color: #0E8D88;
}
.AnyTagClassName
{
color: #0E8D88;
}
</style>
background-color css
<style>
a { background-color: #0E8D88; }
a { background-color: rgb(14,141,136); }
div.DivClassName
{
background-color: #0E8D88;
}
.BgClassName
{
background-color: #0E8D88;
}
</style>
border-color css
<style>
span { border-color: #0E8D88; }
span { border-color: rgb(14,141,136); }
td.TdClassName
{
border-color: #0E8D88;
}
.TagClassName
{
border-color: #0E8D88;
}
</style>