Shades of Dark Cyan #0E8C7F
Tints of Dark Cyan #0E8C7F
RGB
CMYK
RGB Variations
Color information
#0E8C7F (or 0x0E8C7F) is known color: Dark Cyan. HEX triplet: 0E, 8C and 7F. RGB value is (14,140,127). Sum of RGB (Red+Green+Blue) = 14+140+127=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #0E8C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8C7F is #F17380. Grayscale: #646464. Windows color (decimal): -15823745 or 8358926. OLE color: 8358926.
HSL color Cylindrical-coordinate representation of color #0E8C7F: hue angle of 173.81º 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 #0E8C7F is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 140 | 127 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.45 |
| HSL | 173.81º | 0.82% | 0.3% | - |
| HSV(B) | 173.81º | 0.9% | 0.55% | - |
| XYZ | 13.39 | 20.38 | 23.31 | - |
| YUV | 100.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 140 | 127 | 0.90 | 0 | 0.09 | 0.45 | 173.81 | 0.82 | 0.3 |
| Hex | E | 8C | 7F | 5A | 0 | 9 | 2D | AE | 52 | 1E |
| Octal | 16 | 214 | 177 | 132 | 0 | 11 | 55 | 256 | 122 | 36 |
| Binary | 1110 | 10001100 | 1111111 | 1011010 | 0 | 1001 | 101101 | 10101110 | 1010010 | 11110 |
Color Harmonies of #0E8C7F
Complementary color
Monochromatic Colors of #0E8C7F
Black with #0E8C7F
Text Example
Text Example
White with #0E8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8C7F; }
p { color: rgb(14,140,127); }
H1.HeaderClassName
{
color: #0E8C7F;
}
.AnyTagClassName
{
color: #0E8C7F;
}
</style>
background-color css
<style>
a { background-color: #0E8C7F; }
a { background-color: rgb(14,140,127); }
div.DivClassName
{
background-color: #0E8C7F;
}
.BgClassName
{
background-color: #0E8C7F;
}
</style>
border-color css
<style>
span { border-color: #0E8C7F; }
span { border-color: rgb(14,140,127); }
td.TdClassName
{
border-color: #0E8C7F;
}
.TagClassName
{
border-color: #0E8C7F;
}
</style>