Shades of Deep Sea #0E856E
Tints of Deep Sea #0E856E
RGB
CMYK
RGB Variations
Color information
#0E856E (or 0x0E856E) is known color: Deep Sea. HEX triplet: 0E, 85 and 6E. RGB value is (14,133,110). Sum of RGB (Red+Green+Blue) = 14+133+110=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #0E856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E856E is #F17A91. Grayscale: #5E5E5E. Windows color (decimal): -15825554 or 7243022. OLE color: 7243022.
HSL color Cylindrical-coordinate representation of color #0E856E: hue angle of 168.4º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E856E is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 110 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.48 |
| HSL | 168.4º | 0.81% | 0.29% | - |
| HSV(B) | 168.4º | 0.89% | 0.52% | - |
| XYZ | 11.38 | 17.99 | 17.63 | - |
| YUV | 94.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 110 | 0.89 | 0 | 0.17 | 0.48 | 168.4 | 0.81 | 0.29 |
| Hex | E | 85 | 6E | 59 | 0 | 11 | 30 | A8 | 51 | 1D |
| Octal | 16 | 205 | 156 | 131 | 0 | 21 | 60 | 250 | 121 | 35 |
| Binary | 1110 | 10000101 | 1101110 | 1011001 | 0 | 10001 | 110000 | 10101000 | 1010001 | 11101 |
Color Harmonies of #0E856E
Complementary color
Monochromatic Colors of #0E856E
Black with #0E856E
Text Example
Text Example
White with #0E856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E856E; }
p { color: rgb(14,133,110); }
H1.HeaderClassName
{
color: #0E856E;
}
.AnyTagClassName
{
color: #0E856E;
}
</style>
background-color css
<style>
a { background-color: #0E856E; }
a { background-color: rgb(14,133,110); }
div.DivClassName
{
background-color: #0E856E;
}
.BgClassName
{
background-color: #0E856E;
}
</style>
border-color css
<style>
span { border-color: #0E856E; }
span { border-color: rgb(14,133,110); }
td.TdClassName
{
border-color: #0E856E;
}
.TagClassName
{
border-color: #0E856E;
}
</style>