Shades of Deep Sea #1D7762
Tints of Deep Sea #1D7762
RGB
CMYK
RGB Variations
Color information
#1D7762 (or 0x1D7762) is known color: Deep Sea. HEX triplet: 1D, 77 and 62. RGB value is (29,119,98). Sum of RGB (Red+Green+Blue) = 29+119+98=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7762 is #E2889D. Grayscale: #595959. Windows color (decimal): -14846110 or 6453021. OLE color: 6453021.
HSL color Cylindrical-coordinate representation of color #1D7762: hue angle of 166º 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 #1D7762 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 98 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.53 |
| HSL | 166º | 0.61% | 0.29% | - |
| HSV(B) | 166º | 0.76% | 0.47% | - |
| XYZ | 9.31 | 14.34 | 13.83 | - |
| YUV | 89.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 98 | 0.76 | 0 | 0.18 | 0.53 | 166 | 0.61 | 0.29 |
| Hex | 1D | 77 | 62 | 4C | 0 | 12 | 35 | A6 | 3D | 1D |
| Octal | 35 | 167 | 142 | 114 | 0 | 22 | 65 | 246 | 75 | 35 |
| Binary | 11101 | 1110111 | 1100010 | 1001100 | 0 | 10010 | 110101 | 10100110 | 111101 | 11101 |
Color Harmonies of #1D7762
Complementary color
Monochromatic Colors of #1D7762
Black with #1D7762
Text Example
Text Example
White with #1D7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7762; }
p { color: rgb(29,119,98); }
H1.HeaderClassName
{
color: #1D7762;
}
.AnyTagClassName
{
color: #1D7762;
}
</style>
background-color css
<style>
a { background-color: #1D7762; }
a { background-color: rgb(29,119,98); }
div.DivClassName
{
background-color: #1D7762;
}
.BgClassName
{
background-color: #1D7762;
}
</style>
border-color css
<style>
span { border-color: #1D7762; }
span { border-color: rgb(29,119,98); }
td.TdClassName
{
border-color: #1D7762;
}
.TagClassName
{
border-color: #1D7762;
}
</style>