Shades of Deep Sea #0E895C
Tints of Deep Sea #0E895C
RGB
CMYK
RGB Variations
Color information
#0E895C (or 0x0E895C) is known color: Deep Sea. HEX triplet: 0E, 89 and 5C. RGB value is (14,137,92). Sum of RGB (Red+Green+Blue) = 14+137+92=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #0E895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E895C is #F176A3. Grayscale: #5F5F5F. Windows color (decimal): -15824548 or 6064398. OLE color: 6064398.
HSL color Cylindrical-coordinate representation of color #0E895C: hue angle of 158.05º 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 #0E895C is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 92 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.46 |
| HSL | 158.05º | 0.81% | 0.3% | - |
| HSV(B) | 158.05º | 0.9% | 0.54% | - |
| XYZ | 11.06 | 18.76 | 13.16 | - |
| YUV | 95.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 92 | 0.90 | 0 | 0.33 | 0.46 | 158.05 | 0.81 | 0.3 |
| Hex | E | 89 | 5C | 5A | 0 | 21 | 2E | 9E | 51 | 1E |
| Octal | 16 | 211 | 134 | 132 | 0 | 41 | 56 | 236 | 121 | 36 |
| Binary | 1110 | 10001001 | 1011100 | 1011010 | 0 | 100001 | 101110 | 10011110 | 1010001 | 11110 |
Color Harmonies of #0E895C
Complementary color
Monochromatic Colors of #0E895C
Black with #0E895C
Text Example
Text Example
White with #0E895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E895C; }
p { color: rgb(14,137,92); }
H1.HeaderClassName
{
color: #0E895C;
}
.AnyTagClassName
{
color: #0E895C;
}
</style>
background-color css
<style>
a { background-color: #0E895C; }
a { background-color: rgb(14,137,92); }
div.DivClassName
{
background-color: #0E895C;
}
.BgClassName
{
background-color: #0E895C;
}
</style>
border-color css
<style>
span { border-color: #0E895C; }
span { border-color: rgb(14,137,92); }
td.TdClassName
{
border-color: #0E895C;
}
.TagClassName
{
border-color: #0E895C;
}
</style>