Shades of Deep Sea #1D756B
Tints of Deep Sea #1D756B
RGB
CMYK
RGB Variations
Color information
#1D756B (or 0x1D756B) is known color: Deep Sea. HEX triplet: 1D, 75 and 6B. RGB value is (29,117,107). Sum of RGB (Red+Green+Blue) = 29+117+107=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #1D756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D756B is #E28A94. Grayscale: #595959. Windows color (decimal): -14846613 or 7042333. OLE color: 7042333.
HSL color Cylindrical-coordinate representation of color #1D756B: hue angle of 173.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D756B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 107 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.54 |
| HSL | 173.18º | 0.6% | 0.29% | - |
| HSV(B) | 173.18º | 0.75% | 0.46% | - |
| XYZ | 9.52 | 14.05 | 16.12 | - |
| YUV | 89.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 107 | 0.75 | 0 | 0.09 | 0.54 | 173.18 | 0.6 | 0.29 |
| Hex | 1D | 75 | 6B | 4B | 0 | 9 | 36 | AD | 3C | 1D |
| Octal | 35 | 165 | 153 | 113 | 0 | 11 | 66 | 255 | 74 | 35 |
| Binary | 11101 | 1110101 | 1101011 | 1001011 | 0 | 1001 | 110110 | 10101101 | 111100 | 11101 |
Color Harmonies of #1D756B
Complementary color
Monochromatic Colors of #1D756B
Black with #1D756B
Text Example
Text Example
White with #1D756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D756B; }
p { color: rgb(29,117,107); }
H1.HeaderClassName
{
color: #1D756B;
}
.AnyTagClassName
{
color: #1D756B;
}
</style>
background-color css
<style>
a { background-color: #1D756B; }
a { background-color: rgb(29,117,107); }
div.DivClassName
{
background-color: #1D756B;
}
.BgClassName
{
background-color: #1D756B;
}
</style>
border-color css
<style>
span { border-color: #1D756B; }
span { border-color: rgb(29,117,107); }
td.TdClassName
{
border-color: #1D756B;
}
.TagClassName
{
border-color: #1D756B;
}
</style>