Shades of Deep Sea #1D7D60
Tints of Deep Sea #1D7D60
RGB
CMYK
RGB Variations
Color information
#1D7D60 (or 0x1D7D60) is known color: Deep Sea. HEX triplet: 1D, 7D and 60. RGB value is (29,125,96). Sum of RGB (Red+Green+Blue) = 29+125+96=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D60 is #E2829F. Grayscale: #5D5D5D. Windows color (decimal): -14844576 or 6323485. OLE color: 6323485.
HSL color Cylindrical-coordinate representation of color #1D7D60: hue angle of 161.88º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D60 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 96 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.51 |
| HSL | 161.88º | 0.62% | 0.3% | - |
| HSV(B) | 161.88º | 0.77% | 0.49% | - |
| XYZ | 9.95 | 15.77 | 13.59 | - |
| YUV | 92.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 96 | 0.77 | 0 | 0.23 | 0.51 | 161.88 | 0.62 | 0.3 |
| Hex | 1D | 7D | 60 | 4D | 0 | 17 | 33 | A2 | 3E | 1E |
| Octal | 35 | 175 | 140 | 115 | 0 | 27 | 63 | 242 | 76 | 36 |
| Binary | 11101 | 1111101 | 1100000 | 1001101 | 0 | 10111 | 110011 | 10100010 | 111110 | 11110 |
Color Harmonies of #1D7D60
Complementary color
Monochromatic Colors of #1D7D60
Black with #1D7D60
Text Example
Text Example
White with #1D7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D60; }
p { color: rgb(29,125,96); }
H1.HeaderClassName
{
color: #1D7D60;
}
.AnyTagClassName
{
color: #1D7D60;
}
</style>
background-color css
<style>
a { background-color: #1D7D60; }
a { background-color: rgb(29,125,96); }
div.DivClassName
{
background-color: #1D7D60;
}
.BgClassName
{
background-color: #1D7D60;
}
</style>
border-color css
<style>
span { border-color: #1D7D60; }
span { border-color: rgb(29,125,96); }
td.TdClassName
{
border-color: #1D7D60;
}
.TagClassName
{
border-color: #1D7D60;
}
</style>