Shades of Mountain Meadow #1DB997
Tints of Mountain Meadow #1DB997
RGB
CMYK
RGB Variations
Color information
#1DB997 (or 0x1DB997) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 97. RGB value is (29,185,151). Sum of RGB (Red+Green+Blue) = 29+185+151=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB997 is #E24668. Grayscale: #868686. Windows color (decimal): -14829161 or 9943325. OLE color: 9943325.
HSL color Cylindrical-coordinate representation of color #1DB997: hue angle of 166.92º 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 #1DB997 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 151 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.27 |
| HSL | 166.92º | 0.73% | 0.42% | - |
| HSV(B) | 166.92º | 0.84% | 0.73% | - |
| XYZ | 23.44 | 37.19 | 35.22 | - |
| YUV | 134.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 151 | 0.84 | 0 | 0.18 | 0.27 | 166.92 | 0.73 | 0.42 |
| Hex | 1D | B9 | 97 | 54 | 0 | 12 | 1B | A7 | 49 | 2A |
| Octal | 35 | 271 | 227 | 124 | 0 | 22 | 33 | 247 | 111 | 52 |
| Binary | 11101 | 10111001 | 10010111 | 1010100 | 0 | 10010 | 11011 | 10100111 | 1001001 | 101010 |
Color Harmonies of #1DB997
Complementary color
Monochromatic Colors of #1DB997
Black with #1DB997
Text Example
Text Example
White with #1DB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB997; }
p { color: rgb(29,185,151); }
H1.HeaderClassName
{
color: #1DB997;
}
.AnyTagClassName
{
color: #1DB997;
}
</style>
background-color css
<style>
a { background-color: #1DB997; }
a { background-color: rgb(29,185,151); }
div.DivClassName
{
background-color: #1DB997;
}
.BgClassName
{
background-color: #1DB997;
}
</style>
border-color css
<style>
span { border-color: #1DB997; }
span { border-color: rgb(29,185,151); }
td.TdClassName
{
border-color: #1DB997;
}
.TagClassName
{
border-color: #1DB997;
}
</style>