Shades of Deep Sea #0E7C58
Tints of Deep Sea #0E7C58
RGB
CMYK
RGB Variations
Color information
#0E7C58 (or 0x0E7C58) is known color: Deep Sea. HEX triplet: 0E, 7C and 58. RGB value is (14,124,88). Sum of RGB (Red+Green+Blue) = 14+124+88=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C58 is #F183A7. Grayscale: #575757. Windows color (decimal): -15827880 or 5798926. OLE color: 5798926.
HSL color Cylindrical-coordinate representation of color #0E7C58: hue angle of 160.36º 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 #0E7C58 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 124 | 88 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.51 |
| HSL | 160.36º | 0.8% | 0.27% | - |
| HSV(B) | 160.36º | 0.89% | 0.49% | - |
| XYZ | 9.15 | 15.21 | 11.69 | - |
| YUV | 87.01 | 128.56 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 88 | 0.89 | 0 | 0.29 | 0.51 | 160.36 | 0.8 | 0.27 |
| Hex | E | 7C | 58 | 59 | 0 | 1D | 33 | A0 | 50 | 1B |
| Octal | 16 | 174 | 130 | 131 | 0 | 35 | 63 | 240 | 120 | 33 |
| Binary | 1110 | 1111100 | 1011000 | 1011001 | 0 | 11101 | 110011 | 10100000 | 1010000 | 11011 |
Color Harmonies of #0E7C58
Complementary color
Monochromatic Colors of #0E7C58
Black with #0E7C58
Text Example
Text Example
White with #0E7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7C58; }
p { color: rgb(14,124,88); }
H1.HeaderClassName
{
color: #0E7C58;
}
.AnyTagClassName
{
color: #0E7C58;
}
</style>
background-color css
<style>
a { background-color: #0E7C58; }
a { background-color: rgb(14,124,88); }
div.DivClassName
{
background-color: #0E7C58;
}
.BgClassName
{
background-color: #0E7C58;
}
</style>
border-color css
<style>
span { border-color: #0E7C58; }
span { border-color: rgb(14,124,88); }
td.TdClassName
{
border-color: #0E7C58;
}
.TagClassName
{
border-color: #0E7C58;
}
</style>