Shades of Deep Sea #1D766A
Tints of Deep Sea #1D766A
RGB
CMYK
RGB Variations
Color information
#1D766A (or 0x1D766A) is known color: Deep Sea. HEX triplet: 1D, 76 and 6A. RGB value is (29,118,106). Sum of RGB (Red+Green+Blue) = 29+118+106=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #1D766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D766A is #E28995. Grayscale: #595959. Windows color (decimal): -14846358 or 6977053. OLE color: 6977053.
HSL color Cylindrical-coordinate representation of color #1D766A: hue angle of 171.91º degrees, saturation: 0.61, 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 #1D766A is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 106 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.54 |
| HSL | 171.91º | 0.61% | 0.29% | - |
| HSV(B) | 171.91º | 0.75% | 0.46% | - |
| XYZ | 9.59 | 14.26 | 15.88 | - |
| YUV | 90.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 106 | 0.75 | 0 | 0.10 | 0.54 | 171.91 | 0.61 | 0.29 |
| Hex | 1D | 76 | 6A | 4B | 0 | A | 36 | AC | 3D | 1D |
| Octal | 35 | 166 | 152 | 113 | 0 | 12 | 66 | 254 | 75 | 35 |
| Binary | 11101 | 1110110 | 1101010 | 1001011 | 0 | 1010 | 110110 | 10101100 | 111101 | 11101 |
Color Harmonies of #1D766A
Complementary color
Monochromatic Colors of #1D766A
Black with #1D766A
Text Example
Text Example
White with #1D766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D766A; }
p { color: rgb(29,118,106); }
H1.HeaderClassName
{
color: #1D766A;
}
.AnyTagClassName
{
color: #1D766A;
}
</style>
background-color css
<style>
a { background-color: #1D766A; }
a { background-color: rgb(29,118,106); }
div.DivClassName
{
background-color: #1D766A;
}
.BgClassName
{
background-color: #1D766A;
}
</style>
border-color css
<style>
span { border-color: #1D766A; }
span { border-color: rgb(29,118,106); }
td.TdClassName
{
border-color: #1D766A;
}
.TagClassName
{
border-color: #1D766A;
}
</style>