Shades of Mountain Meadow #1DB991
Tints of Mountain Meadow #1DB991
RGB
CMYK
RGB Variations
Color information
#1DB991 (or 0x1DB991) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 91. RGB value is (29,185,145). Sum of RGB (Red+Green+Blue) = 29+185+145=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB991 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB991 is #E2466E. Grayscale: #858585. Windows color (decimal): -14829167 or 9550109. OLE color: 9550109.
HSL color Cylindrical-coordinate representation of color #1DB991: hue angle of 164.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB991 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 145 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.27 |
| HSL | 164.62º | 0.73% | 0.42% | - |
| HSV(B) | 164.62º | 0.84% | 0.73% | - |
| XYZ | 22.97 | 37 | 32.72 | - |
| YUV | 133.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 145 | 0.84 | 0 | 0.22 | 0.27 | 164.62 | 0.73 | 0.42 |
| Hex | 1D | B9 | 91 | 54 | 0 | 16 | 1B | A5 | 49 | 2A |
| Octal | 35 | 271 | 221 | 124 | 0 | 26 | 33 | 245 | 111 | 52 |
| Binary | 11101 | 10111001 | 10010001 | 1010100 | 0 | 10110 | 11011 | 10100101 | 1001001 | 101010 |
Color Harmonies of #1DB991
Complementary color
Monochromatic Colors of #1DB991
Black with #1DB991
Text Example
Text Example
White with #1DB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB991; }
p { color: rgb(29,185,145); }
H1.HeaderClassName
{
color: #1DB991;
}
.AnyTagClassName
{
color: #1DB991;
}
</style>
background-color css
<style>
a { background-color: #1DB991; }
a { background-color: rgb(29,185,145); }
div.DivClassName
{
background-color: #1DB991;
}
.BgClassName
{
background-color: #1DB991;
}
</style>
border-color css
<style>
span { border-color: #1DB991; }
span { border-color: rgb(29,185,145); }
td.TdClassName
{
border-color: #1DB991;
}
.TagClassName
{
border-color: #1DB991;
}
</style>