Shades of Mountain Meadow #1DB187
Tints of Mountain Meadow #1DB187
RGB
CMYK
RGB Variations
Color information
#1DB187 (or 0x1DB187) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 87. RGB value is (29,177,135). Sum of RGB (Red+Green+Blue) = 29+177+135=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB187 is #E24E78. Grayscale: #7F7F7F. Windows color (decimal): -14831225 or 8892701. OLE color: 8892701.
HSL color Cylindrical-coordinate representation of color #1DB187: hue angle of 162.97º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB187 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 135 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.31 |
| HSL | 162.97º | 0.72% | 0.4% | - |
| HSV(B) | 162.97º | 0.84% | 0.69% | - |
| XYZ | 20.6 | 33.45 | 28.29 | - |
| YUV | 127.96 | 131.97 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 135 | 0.84 | 0 | 0.24 | 0.31 | 162.97 | 0.72 | 0.4 |
| Hex | 1D | B1 | 87 | 54 | 0 | 18 | 1F | A3 | 48 | 28 |
| Octal | 35 | 261 | 207 | 124 | 0 | 30 | 37 | 243 | 110 | 50 |
| Binary | 11101 | 10110001 | 10000111 | 1010100 | 0 | 11000 | 11111 | 10100011 | 1001000 | 101000 |
Color Harmonies of #1DB187
Complementary color
Monochromatic Colors of #1DB187
Black with #1DB187
Text Example
Text Example
White with #1DB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB187; }
p { color: rgb(29,177,135); }
H1.HeaderClassName
{
color: #1DB187;
}
.AnyTagClassName
{
color: #1DB187;
}
</style>
background-color css
<style>
a { background-color: #1DB187; }
a { background-color: rgb(29,177,135); }
div.DivClassName
{
background-color: #1DB187;
}
.BgClassName
{
background-color: #1DB187;
}
</style>
border-color css
<style>
span { border-color: #1DB187; }
span { border-color: rgb(29,177,135); }
td.TdClassName
{
border-color: #1DB187;
}
.TagClassName
{
border-color: #1DB187;
}
</style>