Shades of Deep Sea #0E815E
Tints of Deep Sea #0E815E
RGB
CMYK
RGB Variations
Color information
#0E815E (or 0x0E815E) is known color: Deep Sea. HEX triplet: 0E, 81 and 5E. RGB value is (14,129,94). Sum of RGB (Red+Green+Blue) = 14+129+94=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #0E815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E815E is #F17EA1. Grayscale: #5A5A5A. Windows color (decimal): -15826594 or 6193422. OLE color: 6193422.
HSL color Cylindrical-coordinate representation of color #0E815E: hue angle of 161.74º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E815E is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 94 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.49 |
| HSL | 161.74º | 0.8% | 0.28% | - |
| HSV(B) | 161.74º | 0.89% | 0.51% | - |
| XYZ | 10.05 | 16.6 | 13.26 | - |
| YUV | 90.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 94 | 0.89 | 0 | 0.27 | 0.49 | 161.74 | 0.8 | 0.28 |
| Hex | E | 81 | 5E | 59 | 0 | 1B | 31 | A2 | 50 | 1C |
| Octal | 16 | 201 | 136 | 131 | 0 | 33 | 61 | 242 | 120 | 34 |
| Binary | 1110 | 10000001 | 1011110 | 1011001 | 0 | 11011 | 110001 | 10100010 | 1010000 | 11100 |
Color Harmonies of #0E815E
Complementary color
Monochromatic Colors of #0E815E
Black with #0E815E
Text Example
Text Example
White with #0E815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E815E; }
p { color: rgb(14,129,94); }
H1.HeaderClassName
{
color: #0E815E;
}
.AnyTagClassName
{
color: #0E815E;
}
</style>
background-color css
<style>
a { background-color: #0E815E; }
a { background-color: rgb(14,129,94); }
div.DivClassName
{
background-color: #0E815E;
}
.BgClassName
{
background-color: #0E815E;
}
</style>
border-color css
<style>
span { border-color: #0E815E; }
span { border-color: rgb(14,129,94); }
td.TdClassName
{
border-color: #0E815E;
}
.TagClassName
{
border-color: #0E815E;
}
</style>