Shades of Deep Sea #0E8559
Tints of Deep Sea #0E8559
RGB
CMYK
RGB Variations
Color information
#0E8559 (or 0x0E8559) is known color: Deep Sea. HEX triplet: 0E, 85 and 59. RGB value is (14,133,89). Sum of RGB (Red+Green+Blue) = 14+133+89=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8559 is #F17AA6. Grayscale: #5C5C5C. Windows color (decimal): -15825575 or 5866766. OLE color: 5866766.
HSL color Cylindrical-coordinate representation of color #0E8559: hue angle of 157.82º 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 #0E8559 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 133 | 89 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.48 |
| HSL | 157.82º | 0.81% | 0.29% | - |
| HSV(B) | 157.82º | 0.89% | 0.52% | - |
| XYZ | 10.37 | 17.59 | 12.3 | - |
| YUV | 92.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 89 | 0.89 | 0 | 0.33 | 0.48 | 157.82 | 0.81 | 0.29 |
| Hex | E | 85 | 59 | 59 | 0 | 21 | 30 | 9E | 51 | 1D |
| Octal | 16 | 205 | 131 | 131 | 0 | 41 | 60 | 236 | 121 | 35 |
| Binary | 1110 | 10000101 | 1011001 | 1011001 | 0 | 100001 | 110000 | 10011110 | 1010001 | 11101 |
Color Harmonies of #0E8559
Complementary color
Monochromatic Colors of #0E8559
Black with #0E8559
Text Example
Text Example
White with #0E8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8559; }
p { color: rgb(14,133,89); }
H1.HeaderClassName
{
color: #0E8559;
}
.AnyTagClassName
{
color: #0E8559;
}
</style>
background-color css
<style>
a { background-color: #0E8559; }
a { background-color: rgb(14,133,89); }
div.DivClassName
{
background-color: #0E8559;
}
.BgClassName
{
background-color: #0E8559;
}
</style>
border-color css
<style>
span { border-color: #0E8559; }
span { border-color: rgb(14,133,89); }
td.TdClassName
{
border-color: #0E8559;
}
.TagClassName
{
border-color: #0E8559;
}
</style>