Shades of Deep Sea #0E7E5D
Tints of Deep Sea #0E7E5D
RGB
CMYK
RGB Variations
Color information
#0E7E5D (or 0x0E7E5D) is known color: Deep Sea. HEX triplet: 0E, 7E and 5D. RGB value is (14,126,93). Sum of RGB (Red+Green+Blue) = 14+126+93=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7E5D is #F181A2. Grayscale: #585858. Windows color (decimal): -15827363 or 6127118. OLE color: 6127118.
HSL color Cylindrical-coordinate representation of color #0E7E5D: hue angle of 162.32º 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 #0E7E5D is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 126 | 93 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.51 |
| HSL | 162.32º | 0.8% | 0.27% | - |
| HSV(B) | 162.32º | 0.89% | 0.49% | - |
| XYZ | 9.62 | 15.81 | 12.9 | - |
| YUV | 88.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 126 | 93 | 0.89 | 0 | 0.26 | 0.51 | 162.32 | 0.8 | 0.27 |
| Hex | E | 7E | 5D | 59 | 0 | 1A | 33 | A2 | 50 | 1B |
| Octal | 16 | 176 | 135 | 131 | 0 | 32 | 63 | 242 | 120 | 33 |
| Binary | 1110 | 1111110 | 1011101 | 1011001 | 0 | 11010 | 110011 | 10100010 | 1010000 | 11011 |
Color Harmonies of #0E7E5D
Complementary color
Monochromatic Colors of #0E7E5D
Black with #0E7E5D
Text Example
Text Example
White with #0E7E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7E5D; }
p { color: rgb(14,126,93); }
H1.HeaderClassName
{
color: #0E7E5D;
}
.AnyTagClassName
{
color: #0E7E5D;
}
</style>
background-color css
<style>
a { background-color: #0E7E5D; }
a { background-color: rgb(14,126,93); }
div.DivClassName
{
background-color: #0E7E5D;
}
.BgClassName
{
background-color: #0E7E5D;
}
</style>
border-color css
<style>
span { border-color: #0E7E5D; }
span { border-color: rgb(14,126,93); }
td.TdClassName
{
border-color: #0E7E5D;
}
.TagClassName
{
border-color: #0E7E5D;
}
</style>