Shades of Mountain Meadow #1DAB89
Tints of Mountain Meadow #1DAB89
RGB
CMYK
RGB Variations
Color information
#1DAB89 (or 0x1DAB89) is known color: Mountain Meadow. HEX triplet: 1D, AB and 89. RGB value is (29,171,137). Sum of RGB (Red+Green+Blue) = 29+171+137=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAB89 is #E25476. Grayscale: #7C7C7C. Windows color (decimal): -14832759 or 9022237. OLE color: 9022237.
HSL color Cylindrical-coordinate representation of color #1DAB89: hue angle of 165.63º 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 #1DAB89 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 137 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.33 |
| HSL | 165.63º | 0.71% | 0.39% | - |
| HSV(B) | 165.63º | 0.83% | 0.67% | - |
| XYZ | 19.58 | 31.19 | 28.66 | - |
| YUV | 124.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 137 | 0.83 | 0 | 0.20 | 0.33 | 165.63 | 0.71 | 0.39 |
| Hex | 1D | AB | 89 | 53 | 0 | 14 | 21 | A6 | 47 | 27 |
| Octal | 35 | 253 | 211 | 123 | 0 | 24 | 41 | 246 | 107 | 47 |
| Binary | 11101 | 10101011 | 10001001 | 1010011 | 0 | 10100 | 100001 | 10100110 | 1000111 | 100111 |
Color Harmonies of #1DAB89
Complementary color
Monochromatic Colors of #1DAB89
Black with #1DAB89
Text Example
Text Example
White with #1DAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB89; }
p { color: rgb(29,171,137); }
H1.HeaderClassName
{
color: #1DAB89;
}
.AnyTagClassName
{
color: #1DAB89;
}
</style>
background-color css
<style>
a { background-color: #1DAB89; }
a { background-color: rgb(29,171,137); }
div.DivClassName
{
background-color: #1DAB89;
}
.BgClassName
{
background-color: #1DAB89;
}
</style>
border-color css
<style>
span { border-color: #1DAB89; }
span { border-color: rgb(29,171,137); }
td.TdClassName
{
border-color: #1DAB89;
}
.TagClassName
{
border-color: #1DAB89;
}
</style>