Shades of Deep Sea #1D7E68
Tints of Deep Sea #1D7E68
RGB
CMYK
RGB Variations
Color information
#1D7E68 (or 0x1D7E68) is known color: Deep Sea. HEX triplet: 1D, 7E and 68. RGB value is (29,126,104). Sum of RGB (Red+Green+Blue) = 29+126+104=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7E68 is #E28197. Grayscale: #5E5E5E. Windows color (decimal): -14844312 or 6848029. OLE color: 6848029.
HSL color Cylindrical-coordinate representation of color #1D7E68: hue angle of 166.39º degrees, saturation: 0.63, 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 #1D7E68 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 126 | 104 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.51 |
| HSL | 166.39º | 0.63% | 0.3% | - |
| HSV(B) | 166.39º | 0.77% | 0.49% | - |
| XYZ | 10.47 | 16.18 | 15.67 | - |
| YUV | 94.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 104 | 0.77 | 0 | 0.17 | 0.51 | 166.39 | 0.63 | 0.3 |
| Hex | 1D | 7E | 68 | 4D | 0 | 11 | 33 | A6 | 3F | 1E |
| Octal | 35 | 176 | 150 | 115 | 0 | 21 | 63 | 246 | 77 | 36 |
| Binary | 11101 | 1111110 | 1101000 | 1001101 | 0 | 10001 | 110011 | 10100110 | 111111 | 11110 |
Color Harmonies of #1D7E68
Complementary color
Monochromatic Colors of #1D7E68
Black with #1D7E68
Text Example
Text Example
White with #1D7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7E68; }
p { color: rgb(29,126,104); }
H1.HeaderClassName
{
color: #1D7E68;
}
.AnyTagClassName
{
color: #1D7E68;
}
</style>
background-color css
<style>
a { background-color: #1D7E68; }
a { background-color: rgb(29,126,104); }
div.DivClassName
{
background-color: #1D7E68;
}
.BgClassName
{
background-color: #1D7E68;
}
</style>
border-color css
<style>
span { border-color: #1D7E68; }
span { border-color: rgb(29,126,104); }
td.TdClassName
{
border-color: #1D7E68;
}
.TagClassName
{
border-color: #1D7E68;
}
</style>