Shades of Mountain Meadow #1DBB97
Tints of Mountain Meadow #1DBB97
RGB
CMYK
RGB Variations
Color information
#1DBB97 (or 0x1DBB97) is known color: Mountain Meadow. HEX triplet: 1D, BB and 97. RGB value is (29,187,151). Sum of RGB (Red+Green+Blue) = 29+187+151=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBB97 is #E24468. Grayscale: #878787. Windows color (decimal): -14828649 or 9943837. OLE color: 9943837.
HSL color Cylindrical-coordinate representation of color #1DBB97: hue angle of 166.33º 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 #1DBB97 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 151 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.27 |
| HSL | 166.33º | 0.73% | 0.42% | - |
| HSV(B) | 166.33º | 0.84% | 0.73% | - |
| XYZ | 23.86 | 38.04 | 35.36 | - |
| YUV | 135.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 151 | 0.84 | 0 | 0.19 | 0.27 | 166.33 | 0.73 | 0.42 |
| Hex | 1D | BB | 97 | 54 | 0 | 13 | 1B | A6 | 49 | 2A |
| Octal | 35 | 273 | 227 | 124 | 0 | 23 | 33 | 246 | 111 | 52 |
| Binary | 11101 | 10111011 | 10010111 | 1010100 | 0 | 10011 | 11011 | 10100110 | 1001001 | 101010 |
Color Harmonies of #1DBB97
Complementary color
Monochromatic Colors of #1DBB97
Black with #1DBB97
Text Example
Text Example
White with #1DBB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB97; }
p { color: rgb(29,187,151); }
H1.HeaderClassName
{
color: #1DBB97;
}
.AnyTagClassName
{
color: #1DBB97;
}
</style>
background-color css
<style>
a { background-color: #1DBB97; }
a { background-color: rgb(29,187,151); }
div.DivClassName
{
background-color: #1DBB97;
}
.BgClassName
{
background-color: #1DBB97;
}
</style>
border-color css
<style>
span { border-color: #1DBB97; }
span { border-color: rgb(29,187,151); }
td.TdClassName
{
border-color: #1DBB97;
}
.TagClassName
{
border-color: #1DBB97;
}
</style>