Shades of Mountain Meadow #1DAE87
Tints of Mountain Meadow #1DAE87
RGB
CMYK
RGB Variations
Color information
#1DAE87 (or 0x1DAE87) is known color: Mountain Meadow. HEX triplet: 1D, AE and 87. RGB value is (29,174,135). Sum of RGB (Red+Green+Blue) = 29+174+135=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAE87 is #E25178. Grayscale: #7E7E7E. Windows color (decimal): -14831993 or 8891933. OLE color: 8891933.
HSL color Cylindrical-coordinate representation of color #1DAE87: hue angle of 163.86º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE87 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 135 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.32 |
| HSL | 163.86º | 0.71% | 0.4% | - |
| HSV(B) | 163.86º | 0.83% | 0.68% | - |
| XYZ | 20.02 | 32.28 | 28.1 | - |
| YUV | 126.2 | 132.96 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 135 | 0.83 | 0 | 0.22 | 0.32 | 163.86 | 0.71 | 0.4 |
| Hex | 1D | AE | 87 | 53 | 0 | 16 | 20 | A4 | 47 | 28 |
| Octal | 35 | 256 | 207 | 123 | 0 | 26 | 40 | 244 | 107 | 50 |
| Binary | 11101 | 10101110 | 10000111 | 1010011 | 0 | 10110 | 100000 | 10100100 | 1000111 | 101000 |
Color Harmonies of #1DAE87
Complementary color
Monochromatic Colors of #1DAE87
Black with #1DAE87
Text Example
Text Example
White with #1DAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE87; }
p { color: rgb(29,174,135); }
H1.HeaderClassName
{
color: #1DAE87;
}
.AnyTagClassName
{
color: #1DAE87;
}
</style>
background-color css
<style>
a { background-color: #1DAE87; }
a { background-color: rgb(29,174,135); }
div.DivClassName
{
background-color: #1DAE87;
}
.BgClassName
{
background-color: #1DAE87;
}
</style>
border-color css
<style>
span { border-color: #1DAE87; }
span { border-color: rgb(29,174,135); }
td.TdClassName
{
border-color: #1DAE87;
}
.TagClassName
{
border-color: #1DAE87;
}
</style>