Shades of Deep Sea #0E785C
Tints of Deep Sea #0E785C
RGB
CMYK
RGB Variations
Color information
#0E785C (or 0x0E785C) is known color: Deep Sea. HEX triplet: 0E, 78 and 5C. RGB value is (14,120,92). Sum of RGB (Red+Green+Blue) = 14+120+92=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #0E785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E785C is #F187A3. Grayscale: #555555. Windows color (decimal): -15828900 or 6060046. OLE color: 6060046.
HSL color Cylindrical-coordinate representation of color #0E785C: hue angle of 164.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E785C is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 92 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.53 |
| HSL | 164.15º | 0.79% | 0.26% | - |
| HSV(B) | 164.15º | 0.88% | 0.47% | - |
| XYZ | 8.83 | 14.3 | 12.42 | - |
| YUV | 85.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 92 | 0.88 | 0 | 0.23 | 0.53 | 164.15 | 0.79 | 0.26 |
| Hex | E | 78 | 5C | 58 | 0 | 17 | 35 | A4 | 4F | 1A |
| Octal | 16 | 170 | 134 | 130 | 0 | 27 | 65 | 244 | 117 | 32 |
| Binary | 1110 | 1111000 | 1011100 | 1011000 | 0 | 10111 | 110101 | 10100100 | 1001111 | 11010 |
Color Harmonies of #0E785C
Complementary color
Monochromatic Colors of #0E785C
Black with #0E785C
Text Example
Text Example
White with #0E785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E785C; }
p { color: rgb(14,120,92); }
H1.HeaderClassName
{
color: #0E785C;
}
.AnyTagClassName
{
color: #0E785C;
}
</style>
background-color css
<style>
a { background-color: #0E785C; }
a { background-color: rgb(14,120,92); }
div.DivClassName
{
background-color: #0E785C;
}
.BgClassName
{
background-color: #0E785C;
}
</style>
border-color css
<style>
span { border-color: #0E785C; }
span { border-color: rgb(14,120,92); }
td.TdClassName
{
border-color: #0E785C;
}
.TagClassName
{
border-color: #0E785C;
}
</style>