Shades of Deep Sea #0E7965
Tints of Deep Sea #0E7965
RGB
CMYK
RGB Variations
Color information
#0E7965 (or 0x0E7965) is known color: Deep Sea. HEX triplet: 0E, 79 and 65. RGB value is (14,121,101). Sum of RGB (Red+Green+Blue) = 14+121+101=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7965 is #F1869A. Grayscale: #565656. Windows color (decimal): -15828635 or 6650126. OLE color: 6650126.
HSL color Cylindrical-coordinate representation of color #0E7965: hue angle of 168.79º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7965 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 121 | 101 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.53 |
| HSL | 168.79º | 0.79% | 0.26% | - |
| HSV(B) | 168.79º | 0.88% | 0.47% | - |
| XYZ | 9.37 | 14.71 | 14.66 | - |
| YUV | 86.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 121 | 101 | 0.88 | 0 | 0.17 | 0.53 | 168.79 | 0.79 | 0.26 |
| Hex | E | 79 | 65 | 58 | 0 | 11 | 35 | A9 | 4F | 1A |
| Octal | 16 | 171 | 145 | 130 | 0 | 21 | 65 | 251 | 117 | 32 |
| Binary | 1110 | 1111001 | 1100101 | 1011000 | 0 | 10001 | 110101 | 10101001 | 1001111 | 11010 |
Color Harmonies of #0E7965
Complementary color
Monochromatic Colors of #0E7965
Black with #0E7965
Text Example
Text Example
White with #0E7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7965; }
p { color: rgb(14,121,101); }
H1.HeaderClassName
{
color: #0E7965;
}
.AnyTagClassName
{
color: #0E7965;
}
</style>
background-color css
<style>
a { background-color: #0E7965; }
a { background-color: rgb(14,121,101); }
div.DivClassName
{
background-color: #0E7965;
}
.BgClassName
{
background-color: #0E7965;
}
</style>
border-color css
<style>
span { border-color: #0E7965; }
span { border-color: rgb(14,121,101); }
td.TdClassName
{
border-color: #0E7965;
}
.TagClassName
{
border-color: #0E7965;
}
</style>