Shades of Dark Cyan #0E858B
Tints of Dark Cyan #0E858B
RGB
CMYK
RGB Variations
Color information
#0E858B (or 0x0E858B) is known color: Dark Cyan. HEX triplet: 0E, 85 and 8B. RGB value is (14,133,139). Sum of RGB (Red+Green+Blue) = 14+133+139=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E858B is #F17A74. Grayscale: #616161. Windows color (decimal): -15825525 or 9143566. OLE color: 9143566.
HSL color Cylindrical-coordinate representation of color #0E858B: hue angle of 182.88º 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 #0E858B is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 133 | 139 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.45 |
| HSL | 182.88º | 0.82% | 0.3% | - |
| HSV(B) | 182.88º | 0.9% | 0.55% | - |
| XYZ | 13.23 | 18.73 | 27.34 | - |
| YUV | 98.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 139 | 0.90 | 0.04 | 0 | 0.45 | 182.88 | 0.82 | 0.3 |
| Hex | E | 85 | 8B | 5A | 4 | 0 | 2D | B7 | 52 | 1E |
| Octal | 16 | 205 | 213 | 132 | 4 | 0 | 55 | 267 | 122 | 36 |
| Binary | 1110 | 10000101 | 10001011 | 1011010 | 100 | 0 | 101101 | 10110111 | 1010010 | 11110 |
Color Harmonies of #0E858B
Complementary color
Monochromatic Colors of #0E858B
Black with #0E858B
Text Example
Text Example
White with #0E858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E858B; }
p { color: rgb(14,133,139); }
H1.HeaderClassName
{
color: #0E858B;
}
.AnyTagClassName
{
color: #0E858B;
}
</style>
background-color css
<style>
a { background-color: #0E858B; }
a { background-color: rgb(14,133,139); }
div.DivClassName
{
background-color: #0E858B;
}
.BgClassName
{
background-color: #0E858B;
}
</style>
border-color css
<style>
span { border-color: #0E858B; }
span { border-color: rgb(14,133,139); }
td.TdClassName
{
border-color: #0E858B;
}
.TagClassName
{
border-color: #0E858B;
}
</style>