Shades of Mountain Meadow #1DAA87
Tints of Mountain Meadow #1DAA87
RGB
CMYK
RGB Variations
Color information
#1DAA87 (or 0x1DAA87) is known color: Mountain Meadow. HEX triplet: 1D, AA and 87. RGB value is (29,170,135). Sum of RGB (Red+Green+Blue) = 29+170+135=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAA87 is #E25578. Grayscale: #7B7B7B. Windows color (decimal): -14833017 or 8890909. OLE color: 8890909.
HSL color Cylindrical-coordinate representation of color #1DAA87: hue angle of 165.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA87 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 135 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.33 |
| HSL | 165.11º | 0.71% | 0.39% | - |
| HSV(B) | 165.11º | 0.83% | 0.67% | - |
| XYZ | 19.25 | 30.76 | 27.84 | - |
| YUV | 123.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 135 | 0.83 | 0 | 0.21 | 0.33 | 165.11 | 0.71 | 0.39 |
| Hex | 1D | AA | 87 | 53 | 0 | 15 | 21 | A5 | 47 | 27 |
| Octal | 35 | 252 | 207 | 123 | 0 | 25 | 41 | 245 | 107 | 47 |
| Binary | 11101 | 10101010 | 10000111 | 1010011 | 0 | 10101 | 100001 | 10100101 | 1000111 | 100111 |
Color Harmonies of #1DAA87
Complementary color
Monochromatic Colors of #1DAA87
Black with #1DAA87
Text Example
Text Example
White with #1DAA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA87; }
p { color: rgb(29,170,135); }
H1.HeaderClassName
{
color: #1DAA87;
}
.AnyTagClassName
{
color: #1DAA87;
}
</style>
background-color css
<style>
a { background-color: #1DAA87; }
a { background-color: rgb(29,170,135); }
div.DivClassName
{
background-color: #1DAA87;
}
.BgClassName
{
background-color: #1DAA87;
}
</style>
border-color css
<style>
span { border-color: #1DAA87; }
span { border-color: rgb(29,170,135); }
td.TdClassName
{
border-color: #1DAA87;
}
.TagClassName
{
border-color: #1DAA87;
}
</style>