Shades of Deep Sea #1D785A
Tints of Deep Sea #1D785A
RGB
CMYK
RGB Variations
Color information
#1D785A (or 0x1D785A) is known color: Deep Sea. HEX triplet: 1D, 78 and 5A. RGB value is (29,120,90). Sum of RGB (Red+Green+Blue) = 29+120+90=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #1D785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D785A is #E287A5. Grayscale: #595959. Windows color (decimal): -14845862 or 5928989. OLE color: 5928989.
HSL color Cylindrical-coordinate representation of color #1D785A: hue angle of 160.22º 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 #1D785A is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 90 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.53 |
| HSL | 160.22º | 0.61% | 0.29% | - |
| HSV(B) | 160.22º | 0.76% | 0.47% | - |
| XYZ | 9.07 | 14.43 | 11.98 | - |
| YUV | 89.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 90 | 0.76 | 0 | 0.25 | 0.53 | 160.22 | 0.61 | 0.29 |
| Hex | 1D | 78 | 5A | 4C | 0 | 19 | 35 | A0 | 3D | 1D |
| Octal | 35 | 170 | 132 | 114 | 0 | 31 | 65 | 240 | 75 | 35 |
| Binary | 11101 | 1111000 | 1011010 | 1001100 | 0 | 11001 | 110101 | 10100000 | 111101 | 11101 |
Color Harmonies of #1D785A
Complementary color
Monochromatic Colors of #1D785A
Black with #1D785A
Text Example
Text Example
White with #1D785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D785A; }
p { color: rgb(29,120,90); }
H1.HeaderClassName
{
color: #1D785A;
}
.AnyTagClassName
{
color: #1D785A;
}
</style>
background-color css
<style>
a { background-color: #1D785A; }
a { background-color: rgb(29,120,90); }
div.DivClassName
{
background-color: #1D785A;
}
.BgClassName
{
background-color: #1D785A;
}
</style>
border-color css
<style>
span { border-color: #1D785A; }
span { border-color: rgb(29,120,90); }
td.TdClassName
{
border-color: #1D785A;
}
.TagClassName
{
border-color: #1D785A;
}
</style>