Shades of Deep Sea #1D7D5B
Tints of Deep Sea #1D7D5B
RGB
CMYK
RGB Variations
Color information
#1D7D5B (or 0x1D7D5B) is known color: Deep Sea. HEX triplet: 1D, 7D and 5B. RGB value is (29,125,91). Sum of RGB (Red+Green+Blue) = 29+125+91=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D5B is #E282A4. Grayscale: #5C5C5C. Windows color (decimal): -14844581 or 5995805. OLE color: 5995805.
HSL color Cylindrical-coordinate representation of color #1D7D5B: hue angle of 158.75º 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 #1D7D5B is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 91 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.51 |
| HSL | 158.75º | 0.62% | 0.3% | - |
| HSV(B) | 158.75º | 0.77% | 0.49% | - |
| XYZ | 9.73 | 15.68 | 12.41 | - |
| YUV | 92.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 91 | 0.77 | 0 | 0.27 | 0.51 | 158.75 | 0.62 | 0.3 |
| Hex | 1D | 7D | 5B | 4D | 0 | 1B | 33 | 9F | 3E | 1E |
| Octal | 35 | 175 | 133 | 115 | 0 | 33 | 63 | 237 | 76 | 36 |
| Binary | 11101 | 1111101 | 1011011 | 1001101 | 0 | 11011 | 110011 | 10011111 | 111110 | 11110 |
Color Harmonies of #1D7D5B
Complementary color
Monochromatic Colors of #1D7D5B
Black with #1D7D5B
Text Example
Text Example
White with #1D7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D5B; }
p { color: rgb(29,125,91); }
H1.HeaderClassName
{
color: #1D7D5B;
}
.AnyTagClassName
{
color: #1D7D5B;
}
</style>
background-color css
<style>
a { background-color: #1D7D5B; }
a { background-color: rgb(29,125,91); }
div.DivClassName
{
background-color: #1D7D5B;
}
.BgClassName
{
background-color: #1D7D5B;
}
</style>
border-color css
<style>
span { border-color: #1D7D5B; }
span { border-color: rgb(29,125,91); }
td.TdClassName
{
border-color: #1D7D5B;
}
.TagClassName
{
border-color: #1D7D5B;
}
</style>