Shades of Deep Sea #1E796D
Tints of Deep Sea #1E796D
RGB
CMYK
RGB Variations
Color information
#1E796D (or 0x1E796D) is known color: Deep Sea. HEX triplet: 1E, 79 and 6D. RGB value is (30,121,109). Sum of RGB (Red+Green+Blue) = 30+121+109=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #1E796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E796D is #E18692. Grayscale: #5C5C5C. Windows color (decimal): -14780051 or 7174430. OLE color: 7174430.
HSL color Cylindrical-coordinate representation of color #1E796D: hue angle of 172.09º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E796D is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 121 | 109 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.53 |
| HSL | 172.09º | 0.6% | 0.3% | - |
| HSV(B) | 172.09º | 0.75% | 0.47% | - |
| XYZ | 10.13 | 15.05 | 16.84 | - |
| YUV | 92.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 121 | 109 | 0.75 | 0 | 0.10 | 0.53 | 172.09 | 0.6 | 0.3 |
| Hex | 1E | 79 | 6D | 4B | 0 | A | 35 | AC | 3C | 1E |
| Octal | 36 | 171 | 155 | 113 | 0 | 12 | 65 | 254 | 74 | 36 |
| Binary | 11110 | 1111001 | 1101101 | 1001011 | 0 | 1010 | 110101 | 10101100 | 111100 | 11110 |
Color Harmonies of #1E796D
Complementary color
Monochromatic Colors of #1E796D
Black with #1E796D
Text Example
Text Example
White with #1E796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E796D; }
p { color: rgb(30,121,109); }
H1.HeaderClassName
{
color: #1E796D;
}
.AnyTagClassName
{
color: #1E796D;
}
</style>
background-color css
<style>
a { background-color: #1E796D; }
a { background-color: rgb(30,121,109); }
div.DivClassName
{
background-color: #1E796D;
}
.BgClassName
{
background-color: #1E796D;
}
</style>
border-color css
<style>
span { border-color: #1E796D; }
span { border-color: rgb(30,121,109); }
td.TdClassName
{
border-color: #1E796D;
}
.TagClassName
{
border-color: #1E796D;
}
</style>