Shades of Mountain Meadow #1DB686
Tints of Mountain Meadow #1DB686
RGB
CMYK
RGB Variations
Color information
#1DB686 (or 0x1DB686) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 86. RGB value is (29,182,134). Sum of RGB (Red+Green+Blue) = 29+182+134=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB686 is #E24979. Grayscale: #828282. Windows color (decimal): -14829946 or 8828445. OLE color: 8828445.
HSL color Cylindrical-coordinate representation of color #1DB686: hue angle of 161.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB686 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 134 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.29 |
| HSL | 161.18º | 0.73% | 0.41% | - |
| HSV(B) | 161.18º | 0.84% | 0.71% | - |
| XYZ | 21.54 | 35.44 | 28.26 | - |
| YUV | 130.78 | 129.81 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 134 | 0.84 | 0 | 0.26 | 0.29 | 161.18 | 0.73 | 0.41 |
| Hex | 1D | B6 | 86 | 54 | 0 | 1A | 1D | A1 | 49 | 29 |
| Octal | 35 | 266 | 206 | 124 | 0 | 32 | 35 | 241 | 111 | 51 |
| Binary | 11101 | 10110110 | 10000110 | 1010100 | 0 | 11010 | 11101 | 10100001 | 1001001 | 101001 |
Color Harmonies of #1DB686
Complementary color
Monochromatic Colors of #1DB686
Black with #1DB686
Text Example
Text Example
White with #1DB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB686; }
p { color: rgb(29,182,134); }
H1.HeaderClassName
{
color: #1DB686;
}
.AnyTagClassName
{
color: #1DB686;
}
</style>
background-color css
<style>
a { background-color: #1DB686; }
a { background-color: rgb(29,182,134); }
div.DivClassName
{
background-color: #1DB686;
}
.BgClassName
{
background-color: #1DB686;
}
</style>
border-color css
<style>
span { border-color: #1DB686; }
span { border-color: rgb(29,182,134); }
td.TdClassName
{
border-color: #1DB686;
}
.TagClassName
{
border-color: #1DB686;
}
</style>