Shades of Deep Sea #0E755E
Tints of Deep Sea #0E755E
RGB
CMYK
RGB Variations
Color information
#0E755E (or 0x0E755E) is known color: Deep Sea. HEX triplet: 0E, 75 and 5E. RGB value is (14,117,94). Sum of RGB (Red+Green+Blue) = 14+117+94=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #0E755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E755E is #F18AA1. Grayscale: #535353. Windows color (decimal): -15829666 or 6190350. OLE color: 6190350.
HSL color Cylindrical-coordinate representation of color #0E755E: hue angle of 166.6º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E755E is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 94 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.54 |
| HSL | 166.6º | 0.79% | 0.26% | - |
| HSV(B) | 166.6º | 0.88% | 0.46% | - |
| XYZ | 8.56 | 13.62 | 12.77 | - |
| YUV | 83.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 94 | 0.88 | 0 | 0.20 | 0.54 | 166.6 | 0.79 | 0.26 |
| Hex | E | 75 | 5E | 58 | 0 | 14 | 36 | A7 | 4F | 1A |
| Octal | 16 | 165 | 136 | 130 | 0 | 24 | 66 | 247 | 117 | 32 |
| Binary | 1110 | 1110101 | 1011110 | 1011000 | 0 | 10100 | 110110 | 10100111 | 1001111 | 11010 |
Color Harmonies of #0E755E
Complementary color
Monochromatic Colors of #0E755E
Black with #0E755E
Text Example
Text Example
White with #0E755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E755E; }
p { color: rgb(14,117,94); }
H1.HeaderClassName
{
color: #0E755E;
}
.AnyTagClassName
{
color: #0E755E;
}
</style>
background-color css
<style>
a { background-color: #0E755E; }
a { background-color: rgb(14,117,94); }
div.DivClassName
{
background-color: #0E755E;
}
.BgClassName
{
background-color: #0E755E;
}
</style>
border-color css
<style>
span { border-color: #0E755E; }
span { border-color: rgb(14,117,94); }
td.TdClassName
{
border-color: #0E755E;
}
.TagClassName
{
border-color: #0E755E;
}
</style>