Shades of Deep Sea #0E7C65
Tints of Deep Sea #0E7C65
RGB
CMYK
RGB Variations
Color information
#0E7C65 (or 0x0E7C65) is known color: Deep Sea. HEX triplet: 0E, 7C and 65. RGB value is (14,124,101). Sum of RGB (Red+Green+Blue) = 14+124+101=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C65 is #F1839A. Grayscale: #585858. Windows color (decimal): -15827867 or 6650894. OLE color: 6650894.
HSL color Cylindrical-coordinate representation of color #0E7C65: hue angle of 167.45º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C65 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 124 | 101 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.51 |
| HSL | 167.45º | 0.8% | 0.27% | - |
| HSV(B) | 167.45º | 0.89% | 0.49% | - |
| XYZ | 9.74 | 15.45 | 14.78 | - |
| YUV | 88.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 101 | 0.89 | 0 | 0.19 | 0.51 | 167.45 | 0.8 | 0.27 |
| Hex | E | 7C | 65 | 59 | 0 | 13 | 33 | A7 | 50 | 1B |
| Octal | 16 | 174 | 145 | 131 | 0 | 23 | 63 | 247 | 120 | 33 |
| Binary | 1110 | 1111100 | 1100101 | 1011001 | 0 | 10011 | 110011 | 10100111 | 1010000 | 11011 |
Color Harmonies of #0E7C65
Complementary color
Monochromatic Colors of #0E7C65
Black with #0E7C65
Text Example
Text Example
White with #0E7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7C65; }
p { color: rgb(14,124,101); }
H1.HeaderClassName
{
color: #0E7C65;
}
.AnyTagClassName
{
color: #0E7C65;
}
</style>
background-color css
<style>
a { background-color: #0E7C65; }
a { background-color: rgb(14,124,101); }
div.DivClassName
{
background-color: #0E7C65;
}
.BgClassName
{
background-color: #0E7C65;
}
</style>
border-color css
<style>
span { border-color: #0E7C65; }
span { border-color: rgb(14,124,101); }
td.TdClassName
{
border-color: #0E7C65;
}
.TagClassName
{
border-color: #0E7C65;
}
</style>