Shades of Deep Sea #1D7B61
Tints of Deep Sea #1D7B61
RGB
CMYK
RGB Variations
Color information
#1D7B61 (or 0x1D7B61) is known color: Deep Sea. HEX triplet: 1D, 7B and 61. RGB value is (29,123,97). Sum of RGB (Red+Green+Blue) = 29+123+97=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B61 is #E2849E. Grayscale: #5B5B5B. Windows color (decimal): -14845087 or 6388509. OLE color: 6388509.
HSL color Cylindrical-coordinate representation of color #1D7B61: hue angle of 163.4º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7B61 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 123 | 97 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.52 |
| HSL | 163.4º | 0.62% | 0.3% | - |
| HSV(B) | 163.4º | 0.76% | 0.48% | - |
| XYZ | 9.75 | 15.29 | 13.75 | - |
| YUV | 91.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 97 | 0.76 | 0 | 0.21 | 0.52 | 163.4 | 0.62 | 0.3 |
| Hex | 1D | 7B | 61 | 4C | 0 | 15 | 34 | A3 | 3E | 1E |
| Octal | 35 | 173 | 141 | 114 | 0 | 25 | 64 | 243 | 76 | 36 |
| Binary | 11101 | 1111011 | 1100001 | 1001100 | 0 | 10101 | 110100 | 10100011 | 111110 | 11110 |
Color Harmonies of #1D7B61
Complementary color
Monochromatic Colors of #1D7B61
Black with #1D7B61
Text Example
Text Example
White with #1D7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7B61; }
p { color: rgb(29,123,97); }
H1.HeaderClassName
{
color: #1D7B61;
}
.AnyTagClassName
{
color: #1D7B61;
}
</style>
background-color css
<style>
a { background-color: #1D7B61; }
a { background-color: rgb(29,123,97); }
div.DivClassName
{
background-color: #1D7B61;
}
.BgClassName
{
background-color: #1D7B61;
}
</style>
border-color css
<style>
span { border-color: #1D7B61; }
span { border-color: rgb(29,123,97); }
td.TdClassName
{
border-color: #1D7B61;
}
.TagClassName
{
border-color: #1D7B61;
}
</style>