Shades of Deep Sea #0E845A
Tints of Deep Sea #0E845A
RGB
CMYK
RGB Variations
Color information
#0E845A (or 0x0E845A) is known color: Deep Sea. HEX triplet: 0E, 84 and 5A. RGB value is (14,132,90). Sum of RGB (Red+Green+Blue) = 14+132+90=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #0E845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E845A is #F17BA5. Grayscale: #5B5B5B. Windows color (decimal): -15825830 or 5932046. OLE color: 5932046.
HSL color Cylindrical-coordinate representation of color #0E845A: hue angle of 158.64º 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 #0E845A is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 90 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.48 |
| HSL | 158.64º | 0.81% | 0.29% | - |
| HSV(B) | 158.64º | 0.89% | 0.52% | - |
| XYZ | 10.28 | 17.33 | 12.48 | - |
| YUV | 91.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 90 | 0.89 | 0 | 0.32 | 0.48 | 158.64 | 0.81 | 0.29 |
| Hex | E | 84 | 5A | 59 | 0 | 20 | 30 | 9F | 51 | 1D |
| Octal | 16 | 204 | 132 | 131 | 0 | 40 | 60 | 237 | 121 | 35 |
| Binary | 1110 | 10000100 | 1011010 | 1011001 | 0 | 100000 | 110000 | 10011111 | 1010001 | 11101 |
Color Harmonies of #0E845A
Complementary color
Monochromatic Colors of #0E845A
Black with #0E845A
Text Example
Text Example
White with #0E845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E845A; }
p { color: rgb(14,132,90); }
H1.HeaderClassName
{
color: #0E845A;
}
.AnyTagClassName
{
color: #0E845A;
}
</style>
background-color css
<style>
a { background-color: #0E845A; }
a { background-color: rgb(14,132,90); }
div.DivClassName
{
background-color: #0E845A;
}
.BgClassName
{
background-color: #0E845A;
}
</style>
border-color css
<style>
span { border-color: #0E845A; }
span { border-color: rgb(14,132,90); }
td.TdClassName
{
border-color: #0E845A;
}
.TagClassName
{
border-color: #0E845A;
}
</style>