Shades of Deep Sea #0E7B5D
Tints of Deep Sea #0E7B5D
RGB
CMYK
RGB Variations
Color information
#0E7B5D (or 0x0E7B5D) is known color: Deep Sea. HEX triplet: 0E, 7B and 5D. RGB value is (14,123,93). Sum of RGB (Red+Green+Blue) = 14+123+93=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7B5D is #F184A2. Grayscale: #575757. Windows color (decimal): -15828131 or 6126350. OLE color: 6126350.
HSL color Cylindrical-coordinate representation of color #0E7B5D: hue angle of 163.49º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7B5D is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 123 | 93 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.52 |
| HSL | 163.49º | 0.8% | 0.27% | - |
| HSV(B) | 163.49º | 0.89% | 0.48% | - |
| XYZ | 9.24 | 15.05 | 12.77 | - |
| YUV | 86.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 123 | 93 | 0.89 | 0 | 0.24 | 0.52 | 163.49 | 0.8 | 0.27 |
| Hex | E | 7B | 5D | 59 | 0 | 18 | 34 | A3 | 50 | 1B |
| Octal | 16 | 173 | 135 | 131 | 0 | 30 | 64 | 243 | 120 | 33 |
| Binary | 1110 | 1111011 | 1011101 | 1011001 | 0 | 11000 | 110100 | 10100011 | 1010000 | 11011 |
Color Harmonies of #0E7B5D
Complementary color
Monochromatic Colors of #0E7B5D
Black with #0E7B5D
Text Example
Text Example
White with #0E7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7B5D; }
p { color: rgb(14,123,93); }
H1.HeaderClassName
{
color: #0E7B5D;
}
.AnyTagClassName
{
color: #0E7B5D;
}
</style>
background-color css
<style>
a { background-color: #0E7B5D; }
a { background-color: rgb(14,123,93); }
div.DivClassName
{
background-color: #0E7B5D;
}
.BgClassName
{
background-color: #0E7B5D;
}
</style>
border-color css
<style>
span { border-color: #0E7B5D; }
span { border-color: rgb(14,123,93); }
td.TdClassName
{
border-color: #0E7B5D;
}
.TagClassName
{
border-color: #0E7B5D;
}
</style>