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