Shades of Deep Sea #0E885A
Tints of Deep Sea #0E885A
RGB
CMYK
RGB Variations
Color information
#0E885A (or 0x0E885A) is known color: Deep Sea. HEX triplet: 0E, 88 and 5A. RGB value is (14,136,90). Sum of RGB (Red+Green+Blue) = 14+136+90=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #0E885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E885A is #F177A5. Grayscale: #5E5E5E. Windows color (decimal): -15824806 or 5933070. OLE color: 5933070.
HSL color Cylindrical-coordinate representation of color #0E885A: hue angle of 157.38º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E885A is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 136 | 90 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.47 |
| HSL | 157.38º | 0.81% | 0.29% | - |
| HSV(B) | 157.38º | 0.9% | 0.53% | - |
| XYZ | 10.83 | 18.44 | 12.66 | - |
| YUV | 94.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 90 | 0.90 | 0 | 0.34 | 0.47 | 157.38 | 0.81 | 0.29 |
| Hex | E | 88 | 5A | 5A | 0 | 22 | 2F | 9D | 51 | 1D |
| Octal | 16 | 210 | 132 | 132 | 0 | 42 | 57 | 235 | 121 | 35 |
| Binary | 1110 | 10001000 | 1011010 | 1011010 | 0 | 100010 | 101111 | 10011101 | 1010001 | 11101 |
Color Harmonies of #0E885A
Complementary color
Monochromatic Colors of #0E885A
Black with #0E885A
Text Example
Text Example
White with #0E885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E885A; }
p { color: rgb(14,136,90); }
H1.HeaderClassName
{
color: #0E885A;
}
.AnyTagClassName
{
color: #0E885A;
}
</style>
background-color css
<style>
a { background-color: #0E885A; }
a { background-color: rgb(14,136,90); }
div.DivClassName
{
background-color: #0E885A;
}
.BgClassName
{
background-color: #0E885A;
}
</style>
border-color css
<style>
span { border-color: #0E885A; }
span { border-color: rgb(14,136,90); }
td.TdClassName
{
border-color: #0E885A;
}
.TagClassName
{
border-color: #0E885A;
}
</style>