Shades of Deep Sea #1D796B
Tints of Deep Sea #1D796B
RGB
CMYK
RGB Variations
Color information
#1D796B (or 0x1D796B) is known color: Deep Sea. HEX triplet: 1D, 79 and 6B. RGB value is (29,121,107). Sum of RGB (Red+Green+Blue) = 29+121+107=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #1D796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D796B is #E28694. Grayscale: #5B5B5B. Windows color (decimal): -14845589 or 7043357. OLE color: 7043357.
HSL color Cylindrical-coordinate representation of color #1D796B: hue angle of 170.87º 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 #1D796B is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 107 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.53 |
| HSL | 170.87º | 0.61% | 0.29% | - |
| HSV(B) | 170.87º | 0.76% | 0.47% | - |
| XYZ | 10 | 15 | 16.28 | - |
| YUV | 91.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 107 | 0.76 | 0 | 0.12 | 0.53 | 170.87 | 0.61 | 0.29 |
| Hex | 1D | 79 | 6B | 4C | 0 | C | 35 | AB | 3D | 1D |
| Octal | 35 | 171 | 153 | 114 | 0 | 14 | 65 | 253 | 75 | 35 |
| Binary | 11101 | 1111001 | 1101011 | 1001100 | 0 | 1100 | 110101 | 10101011 | 111101 | 11101 |
Color Harmonies of #1D796B
Complementary color
Monochromatic Colors of #1D796B
Black with #1D796B
Text Example
Text Example
White with #1D796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D796B; }
p { color: rgb(29,121,107); }
H1.HeaderClassName
{
color: #1D796B;
}
.AnyTagClassName
{
color: #1D796B;
}
</style>
background-color css
<style>
a { background-color: #1D796B; }
a { background-color: rgb(29,121,107); }
div.DivClassName
{
background-color: #1D796B;
}
.BgClassName
{
background-color: #1D796B;
}
</style>
border-color css
<style>
span { border-color: #1D796B; }
span { border-color: rgb(29,121,107); }
td.TdClassName
{
border-color: #1D796B;
}
.TagClassName
{
border-color: #1D796B;
}
</style>