Shades of Dark Cyan #0E838E
Tints of Dark Cyan #0E838E
RGB
CMYK
RGB Variations
Color information
#0E838E (or 0x0E838E) is known color: Dark Cyan. HEX triplet: 0E, 83 and 8E. RGB value is (14,131,142). Sum of RGB (Red+Green+Blue) = 14+131+142=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E838E is #F17C71. Grayscale: #616161. Windows color (decimal): -15826034 or 9339662. OLE color: 9339662.
HSL color Cylindrical-coordinate representation of color #0E838E: hue angle of 185.16º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E838E is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 131 | 142 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.44 |
| HSL | 185.16º | 0.82% | 0.31% | - |
| HSV(B) | 185.16º | 0.9% | 0.56% | - |
| XYZ | 13.18 | 18.28 | 28.42 | - |
| YUV | 97.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 142 | 0.90 | 0.08 | 0 | 0.44 | 185.16 | 0.82 | 0.31 |
| Hex | E | 83 | 8E | 5A | 8 | 0 | 2C | B9 | 52 | 1F |
| Octal | 16 | 203 | 216 | 132 | 10 | 0 | 54 | 271 | 122 | 37 |
| Binary | 1110 | 10000011 | 10001110 | 1011010 | 1000 | 0 | 101100 | 10111001 | 1010010 | 11111 |
Color Harmonies of #0E838E
Complementary color
Monochromatic Colors of #0E838E
Black with #0E838E
Text Example
Text Example
White with #0E838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E838E; }
p { color: rgb(14,131,142); }
H1.HeaderClassName
{
color: #0E838E;
}
.AnyTagClassName
{
color: #0E838E;
}
</style>
background-color css
<style>
a { background-color: #0E838E; }
a { background-color: rgb(14,131,142); }
div.DivClassName
{
background-color: #0E838E;
}
.BgClassName
{
background-color: #0E838E;
}
</style>
border-color css
<style>
span { border-color: #0E838E; }
span { border-color: rgb(14,131,142); }
td.TdClassName
{
border-color: #0E838E;
}
.TagClassName
{
border-color: #0E838E;
}
</style>