Shades of Deep Sea #1D786D
Tints of Deep Sea #1D786D
RGB
CMYK
RGB Variations
Color information
#1D786D (or 0x1D786D) is known color: Deep Sea. HEX triplet: 1D, 78 and 6D. RGB value is (29,120,109). Sum of RGB (Red+Green+Blue) = 29+120+109=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #1D786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D786D is #E28792. Grayscale: #5B5B5B. Windows color (decimal): -14845843 or 7174173. OLE color: 7174173.
HSL color Cylindrical-coordinate representation of color #1D786D: hue angle of 172.75º 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 #1D786D is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 109 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.53 |
| HSL | 172.75º | 0.61% | 0.29% | - |
| HSV(B) | 172.75º | 0.76% | 0.47% | - |
| XYZ | 9.98 | 14.8 | 16.8 | - |
| YUV | 91.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 109 | 0.76 | 0 | 0.09 | 0.53 | 172.75 | 0.61 | 0.29 |
| Hex | 1D | 78 | 6D | 4C | 0 | 9 | 35 | AD | 3D | 1D |
| Octal | 35 | 170 | 155 | 114 | 0 | 11 | 65 | 255 | 75 | 35 |
| Binary | 11101 | 1111000 | 1101101 | 1001100 | 0 | 1001 | 110101 | 10101101 | 111101 | 11101 |
Color Harmonies of #1D786D
Complementary color
Monochromatic Colors of #1D786D
Black with #1D786D
Text Example
Text Example
White with #1D786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D786D; }
p { color: rgb(29,120,109); }
H1.HeaderClassName
{
color: #1D786D;
}
.AnyTagClassName
{
color: #1D786D;
}
</style>
background-color css
<style>
a { background-color: #1D786D; }
a { background-color: rgb(29,120,109); }
div.DivClassName
{
background-color: #1D786D;
}
.BgClassName
{
background-color: #1D786D;
}
</style>
border-color css
<style>
span { border-color: #1D786D; }
span { border-color: rgb(29,120,109); }
td.TdClassName
{
border-color: #1D786D;
}
.TagClassName
{
border-color: #1D786D;
}
</style>