Shades of Deep Sea #0E8B5D
Tints of Deep Sea #0E8B5D
RGB
CMYK
RGB Variations
Color information
#0E8B5D (or 0x0E8B5D) is known color: Deep Sea. HEX triplet: 0E, 8B and 5D. RGB value is (14,139,93). Sum of RGB (Red+Green+Blue) = 14+139+93=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B5D is #F174A2. Grayscale: #606060. Windows color (decimal): -15824035 or 6130446. OLE color: 6130446.
HSL color Cylindrical-coordinate representation of color #0E8B5D: hue angle of 157.92º 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 #0E8B5D is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 93 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.45 |
| HSL | 157.92º | 0.82% | 0.3% | - |
| HSV(B) | 157.92º | 0.9% | 0.55% | - |
| XYZ | 11.39 | 19.35 | 13.49 | - |
| YUV | 96.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 93 | 0.90 | 0 | 0.33 | 0.45 | 157.92 | 0.82 | 0.3 |
| Hex | E | 8B | 5D | 5A | 0 | 21 | 2D | 9E | 52 | 1E |
| Octal | 16 | 213 | 135 | 132 | 0 | 41 | 55 | 236 | 122 | 36 |
| Binary | 1110 | 10001011 | 1011101 | 1011010 | 0 | 100001 | 101101 | 10011110 | 1010010 | 11110 |
Color Harmonies of #0E8B5D
Complementary color
Monochromatic Colors of #0E8B5D
Black with #0E8B5D
Text Example
Text Example
White with #0E8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B5D; }
p { color: rgb(14,139,93); }
H1.HeaderClassName
{
color: #0E8B5D;
}
.AnyTagClassName
{
color: #0E8B5D;
}
</style>
background-color css
<style>
a { background-color: #0E8B5D; }
a { background-color: rgb(14,139,93); }
div.DivClassName
{
background-color: #0E8B5D;
}
.BgClassName
{
background-color: #0E8B5D;
}
</style>
border-color css
<style>
span { border-color: #0E8B5D; }
span { border-color: rgb(14,139,93); }
td.TdClassName
{
border-color: #0E8B5D;
}
.TagClassName
{
border-color: #0E8B5D;
}
</style>