Shades of Deep Sea #0E7F5E
Tints of Deep Sea #0E7F5E
RGB
CMYK
RGB Variations
Color information
#0E7F5E (or 0x0E7F5E) is known color: Deep Sea. HEX triplet: 0E, 7F and 5E. RGB value is (14,127,94). Sum of RGB (Red+Green+Blue) = 14+127+94=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F5E is #F180A1. Grayscale: #595959. Windows color (decimal): -15827106 or 6192910. OLE color: 6192910.
HSL color Cylindrical-coordinate representation of color #0E7F5E: hue angle of 162.48º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F5E is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 94 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.50 |
| HSL | 162.48º | 0.8% | 0.28% | - |
| HSV(B) | 162.48º | 0.89% | 0.5% | - |
| XYZ | 9.79 | 16.08 | 13.18 | - |
| YUV | 89.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 94 | 0.89 | 0 | 0.26 | 0.50 | 162.48 | 0.8 | 0.28 |
| Hex | E | 7F | 5E | 59 | 0 | 1A | 32 | A2 | 50 | 1C |
| Octal | 16 | 177 | 136 | 131 | 0 | 32 | 62 | 242 | 120 | 34 |
| Binary | 1110 | 1111111 | 1011110 | 1011001 | 0 | 11010 | 110010 | 10100010 | 1010000 | 11100 |
Color Harmonies of #0E7F5E
Complementary color
Monochromatic Colors of #0E7F5E
Black with #0E7F5E
Text Example
Text Example
White with #0E7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F5E; }
p { color: rgb(14,127,94); }
H1.HeaderClassName
{
color: #0E7F5E;
}
.AnyTagClassName
{
color: #0E7F5E;
}
</style>
background-color css
<style>
a { background-color: #0E7F5E; }
a { background-color: rgb(14,127,94); }
div.DivClassName
{
background-color: #0E7F5E;
}
.BgClassName
{
background-color: #0E7F5E;
}
</style>
border-color css
<style>
span { border-color: #0E7F5E; }
span { border-color: rgb(14,127,94); }
td.TdClassName
{
border-color: #0E7F5E;
}
.TagClassName
{
border-color: #0E7F5E;
}
</style>