Shades of Deep Sea #0E895B
Tints of Deep Sea #0E895B
RGB
CMYK
RGB Variations
Color information
#0E895B (or 0x0E895B) is known color: Deep Sea. HEX triplet: 0E, 89 and 5B. RGB value is (14,137,91). Sum of RGB (Red+Green+Blue) = 14+137+91=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #0E895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E895B is #F176A4. Grayscale: #5F5F5F. Windows color (decimal): -15824549 or 5998862. OLE color: 5998862.
HSL color Cylindrical-coordinate representation of color #0E895B: hue angle of 157.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E895B is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 91 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.46 |
| HSL | 157.56º | 0.81% | 0.3% | - |
| HSV(B) | 157.56º | 0.9% | 0.54% | - |
| XYZ | 11.02 | 18.74 | 12.93 | - |
| YUV | 94.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 91 | 0.90 | 0 | 0.34 | 0.46 | 157.56 | 0.81 | 0.3 |
| Hex | E | 89 | 5B | 5A | 0 | 22 | 2E | 9E | 51 | 1E |
| Octal | 16 | 211 | 133 | 132 | 0 | 42 | 56 | 236 | 121 | 36 |
| Binary | 1110 | 10001001 | 1011011 | 1011010 | 0 | 100010 | 101110 | 10011110 | 1010001 | 11110 |
Color Harmonies of #0E895B
Complementary color
Monochromatic Colors of #0E895B
Black with #0E895B
Text Example
Text Example
White with #0E895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E895B; }
p { color: rgb(14,137,91); }
H1.HeaderClassName
{
color: #0E895B;
}
.AnyTagClassName
{
color: #0E895B;
}
</style>
background-color css
<style>
a { background-color: #0E895B; }
a { background-color: rgb(14,137,91); }
div.DivClassName
{
background-color: #0E895B;
}
.BgClassName
{
background-color: #0E895B;
}
</style>
border-color css
<style>
span { border-color: #0E895B; }
span { border-color: rgb(14,137,91); }
td.TdClassName
{
border-color: #0E895B;
}
.TagClassName
{
border-color: #0E895B;
}
</style>