Shades of Evening Sea #1D6B51
Tints of Evening Sea #1D6B51
RGB
CMYK
RGB Variations
Color information
#1D6B51 (or 0x1D6B51) is known color: Evening Sea. HEX triplet: 1D, 6B and 51. RGB value is (29,107,81). Sum of RGB (Red+Green+Blue) = 29+107+81=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B51 is #E294AE. Grayscale: #505050. Windows color (decimal): -14849199 or 5335837. OLE color: 5335837.
HSL color Cylindrical-coordinate representation of color #1D6B51: hue angle of 160º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B51 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 107 | 81 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.58 |
| HSL | 160º | 0.57% | 0.27% | - |
| HSV(B) | 160º | 0.73% | 0.42% | - |
| XYZ | 7.25 | 11.37 | 9.6 | - |
| YUV | 80.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 81 | 0.73 | 0 | 0.24 | 0.58 | 160 | 0.57 | 0.27 |
| Hex | 1D | 6B | 51 | 49 | 0 | 18 | 3A | A0 | 39 | 1B |
| Octal | 35 | 153 | 121 | 111 | 0 | 30 | 72 | 240 | 71 | 33 |
| Binary | 11101 | 1101011 | 1010001 | 1001001 | 0 | 11000 | 111010 | 10100000 | 111001 | 11011 |
Color Harmonies of #1D6B51
Complementary color
Monochromatic Colors of #1D6B51
Black with #1D6B51
Text Example
Text Example
White with #1D6B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B51; }
p { color: rgb(29,107,81); }
H1.HeaderClassName
{
color: #1D6B51;
}
.AnyTagClassName
{
color: #1D6B51;
}
</style>
background-color css
<style>
a { background-color: #1D6B51; }
a { background-color: rgb(29,107,81); }
div.DivClassName
{
background-color: #1D6B51;
}
.BgClassName
{
background-color: #1D6B51;
}
</style>
border-color css
<style>
span { border-color: #1D6B51; }
span { border-color: rgb(29,107,81); }
td.TdClassName
{
border-color: #1D6B51;
}
.TagClassName
{
border-color: #1D6B51;
}
</style>