Shades of Deep Sea #0E8465
Tints of Deep Sea #0E8465
RGB
CMYK
RGB Variations
Color information
#0E8465 (or 0x0E8465) is known color: Deep Sea. HEX triplet: 0E, 84 and 65. RGB value is (14,132,101). Sum of RGB (Red+Green+Blue) = 14+132+101=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8465 is #F17B9A. Grayscale: #5D5D5D. Windows color (decimal): -15825819 or 6652942. OLE color: 6652942.
HSL color Cylindrical-coordinate representation of color #0E8465: hue angle of 164.24º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8465 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 101 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.48 |
| HSL | 164.24º | 0.81% | 0.29% | - |
| HSV(B) | 164.24º | 0.89% | 0.52% | - |
| XYZ | 10.78 | 17.54 | 15.13 | - |
| YUV | 93.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 101 | 0.89 | 0 | 0.23 | 0.48 | 164.24 | 0.81 | 0.29 |
| Hex | E | 84 | 65 | 59 | 0 | 17 | 30 | A4 | 51 | 1D |
| Octal | 16 | 204 | 145 | 131 | 0 | 27 | 60 | 244 | 121 | 35 |
| Binary | 1110 | 10000100 | 1100101 | 1011001 | 0 | 10111 | 110000 | 10100100 | 1010001 | 11101 |
Color Harmonies of #0E8465
Complementary color
Monochromatic Colors of #0E8465
Black with #0E8465
Text Example
Text Example
White with #0E8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8465; }
p { color: rgb(14,132,101); }
H1.HeaderClassName
{
color: #0E8465;
}
.AnyTagClassName
{
color: #0E8465;
}
</style>
background-color css
<style>
a { background-color: #0E8465; }
a { background-color: rgb(14,132,101); }
div.DivClassName
{
background-color: #0E8465;
}
.BgClassName
{
background-color: #0E8465;
}
</style>
border-color css
<style>
span { border-color: #0E8465; }
span { border-color: rgb(14,132,101); }
td.TdClassName
{
border-color: #0E8465;
}
.TagClassName
{
border-color: #0E8465;
}
</style>