Shades of Deep Sea #1D7160
Tints of Deep Sea #1D7160
RGB
CMYK
RGB Variations
Color information
#1D7160 (or 0x1D7160) is known color: Deep Sea. HEX triplet: 1D, 71 and 60. RGB value is (29,113,96). Sum of RGB (Red+Green+Blue) = 29+113+96=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7160 is #E28E9F. Grayscale: #555555. Windows color (decimal): -14847648 or 6320413. OLE color: 6320413.
HSL color Cylindrical-coordinate representation of color #1D7160: hue angle of 167.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7160 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 96 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.56 |
| HSL | 167.86º | 0.59% | 0.28% | - |
| HSV(B) | 167.86º | 0.74% | 0.44% | - |
| XYZ | 8.52 | 12.92 | 13.11 | - |
| YUV | 85.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 96 | 0.74 | 0 | 0.15 | 0.56 | 167.86 | 0.59 | 0.28 |
| Hex | 1D | 71 | 60 | 4A | 0 | F | 38 | A8 | 3B | 1C |
| Octal | 35 | 161 | 140 | 112 | 0 | 17 | 70 | 250 | 73 | 34 |
| Binary | 11101 | 1110001 | 1100000 | 1001010 | 0 | 1111 | 111000 | 10101000 | 111011 | 11100 |
Color Harmonies of #1D7160
Complementary color
Monochromatic Colors of #1D7160
Black with #1D7160
Text Example
Text Example
White with #1D7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7160; }
p { color: rgb(29,113,96); }
H1.HeaderClassName
{
color: #1D7160;
}
.AnyTagClassName
{
color: #1D7160;
}
</style>
background-color css
<style>
a { background-color: #1D7160; }
a { background-color: rgb(29,113,96); }
div.DivClassName
{
background-color: #1D7160;
}
.BgClassName
{
background-color: #1D7160;
}
</style>
border-color css
<style>
span { border-color: #1D7160; }
span { border-color: rgb(29,113,96); }
td.TdClassName
{
border-color: #1D7160;
}
.TagClassName
{
border-color: #1D7160;
}
</style>