Shades of Deep Sea #0E8B5C
Tints of Deep Sea #0E8B5C
RGB
CMYK
RGB Variations
Color information
#0E8B5C (or 0x0E8B5C) is known color: Deep Sea. HEX triplet: 0E, 8B and 5C. RGB value is (14,139,92). Sum of RGB (Red+Green+Blue) = 14+139+92=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B5C is #F174A3. Grayscale: #606060. Windows color (decimal): -15824036 or 6064910. OLE color: 6064910.
HSL color Cylindrical-coordinate representation of color #0E8B5C: hue angle of 157.44º 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 #0E8B5C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 92 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.45 |
| HSL | 157.44º | 0.82% | 0.3% | - |
| HSV(B) | 157.44º | 0.9% | 0.55% | - |
| XYZ | 11.35 | 19.33 | 13.26 | - |
| YUV | 96.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 92 | 0.90 | 0 | 0.34 | 0.45 | 157.44 | 0.82 | 0.3 |
| Hex | E | 8B | 5C | 5A | 0 | 22 | 2D | 9D | 52 | 1E |
| Octal | 16 | 213 | 134 | 132 | 0 | 42 | 55 | 235 | 122 | 36 |
| Binary | 1110 | 10001011 | 1011100 | 1011010 | 0 | 100010 | 101101 | 10011101 | 1010010 | 11110 |
Color Harmonies of #0E8B5C
Complementary color
Monochromatic Colors of #0E8B5C
Black with #0E8B5C
Text Example
Text Example
White with #0E8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B5C; }
p { color: rgb(14,139,92); }
H1.HeaderClassName
{
color: #0E8B5C;
}
.AnyTagClassName
{
color: #0E8B5C;
}
</style>
background-color css
<style>
a { background-color: #0E8B5C; }
a { background-color: rgb(14,139,92); }
div.DivClassName
{
background-color: #0E8B5C;
}
.BgClassName
{
background-color: #0E8B5C;
}
</style>
border-color css
<style>
span { border-color: #0E8B5C; }
span { border-color: rgb(14,139,92); }
td.TdClassName
{
border-color: #0E8B5C;
}
.TagClassName
{
border-color: #0E8B5C;
}
</style>