Shades of Deep Sea #1D795E
Tints of Deep Sea #1D795E
RGB
CMYK
RGB Variations
Color information
#1D795E (or 0x1D795E) is known color: Deep Sea. HEX triplet: 1D, 79 and 5E. RGB value is (29,121,94). Sum of RGB (Red+Green+Blue) = 29+121+94=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #1D795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D795E is #E286A1. Grayscale: #5A5A5A. Windows color (decimal): -14845602 or 6191389. OLE color: 6191389.
HSL color Cylindrical-coordinate representation of color #1D795E: hue angle of 162.39º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D795E is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 94 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.53 |
| HSL | 162.39º | 0.61% | 0.29% | - |
| HSV(B) | 162.39º | 0.76% | 0.47% | - |
| XYZ | 9.36 | 14.74 | 12.94 | - |
| YUV | 90.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 94 | 0.76 | 0 | 0.22 | 0.53 | 162.39 | 0.61 | 0.29 |
| Hex | 1D | 79 | 5E | 4C | 0 | 16 | 35 | A2 | 3D | 1D |
| Octal | 35 | 171 | 136 | 114 | 0 | 26 | 65 | 242 | 75 | 35 |
| Binary | 11101 | 1111001 | 1011110 | 1001100 | 0 | 10110 | 110101 | 10100010 | 111101 | 11101 |
Color Harmonies of #1D795E
Complementary color
Monochromatic Colors of #1D795E
Black with #1D795E
Text Example
Text Example
White with #1D795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D795E; }
p { color: rgb(29,121,94); }
H1.HeaderClassName
{
color: #1D795E;
}
.AnyTagClassName
{
color: #1D795E;
}
</style>
background-color css
<style>
a { background-color: #1D795E; }
a { background-color: rgb(29,121,94); }
div.DivClassName
{
background-color: #1D795E;
}
.BgClassName
{
background-color: #1D795E;
}
</style>
border-color css
<style>
span { border-color: #1D795E; }
span { border-color: rgb(29,121,94); }
td.TdClassName
{
border-color: #1D795E;
}
.TagClassName
{
border-color: #1D795E;
}
</style>