Shades of Dark Cyan #0E8D7F
Tints of Dark Cyan #0E8D7F
RGB
CMYK
RGB Variations
Color information
#0E8D7F (or 0x0E8D7F) is known color: Dark Cyan. HEX triplet: 0E, 8D and 7F. RGB value is (14,141,127). Sum of RGB (Red+Green+Blue) = 14+141+127=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D7F is #F17280. Grayscale: #656565. Windows color (decimal): -15823489 or 8359182. OLE color: 8359182.
HSL color Cylindrical-coordinate representation of color #0E8D7F: hue angle of 173.39º 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 #0E8D7F is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 141 | 127 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.45 |
| HSL | 173.39º | 0.82% | 0.3% | - |
| HSV(B) | 173.39º | 0.9% | 0.55% | - |
| XYZ | 13.54 | 20.68 | 23.36 | - |
| YUV | 101.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 127 | 0.90 | 0 | 0.10 | 0.45 | 173.39 | 0.82 | 0.3 |
| Hex | E | 8D | 7F | 5A | 0 | A | 2D | AD | 52 | 1E |
| Octal | 16 | 215 | 177 | 132 | 0 | 12 | 55 | 255 | 122 | 36 |
| Binary | 1110 | 10001101 | 1111111 | 1011010 | 0 | 1010 | 101101 | 10101101 | 1010010 | 11110 |
Color Harmonies of #0E8D7F
Complementary color
Monochromatic Colors of #0E8D7F
Black with #0E8D7F
Text Example
Text Example
White with #0E8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8D7F; }
p { color: rgb(14,141,127); }
H1.HeaderClassName
{
color: #0E8D7F;
}
.AnyTagClassName
{
color: #0E8D7F;
}
</style>
background-color css
<style>
a { background-color: #0E8D7F; }
a { background-color: rgb(14,141,127); }
div.DivClassName
{
background-color: #0E8D7F;
}
.BgClassName
{
background-color: #0E8D7F;
}
</style>
border-color css
<style>
span { border-color: #0E8D7F; }
span { border-color: rgb(14,141,127); }
td.TdClassName
{
border-color: #0E8D7F;
}
.TagClassName
{
border-color: #0E8D7F;
}
</style>