Shades of Mountain Meadow #1DB996
Tints of Mountain Meadow #1DB996
RGB
CMYK
RGB Variations
Color information
#1DB996 (or 0x1DB996) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 96. RGB value is (29,185,150). Sum of RGB (Red+Green+Blue) = 29+185+150=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB996 is #E24669. Grayscale: #868686. Windows color (decimal): -14829162 or 9877789. OLE color: 9877789.
HSL color Cylindrical-coordinate representation of color #1DB996: hue angle of 166.54º 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 #1DB996 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 150 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.27 |
| HSL | 166.54º | 0.73% | 0.42% | - |
| HSV(B) | 166.54º | 0.84% | 0.73% | - |
| XYZ | 23.36 | 37.16 | 34.8 | - |
| YUV | 134.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 150 | 0.84 | 0 | 0.19 | 0.27 | 166.54 | 0.73 | 0.42 |
| Hex | 1D | B9 | 96 | 54 | 0 | 13 | 1B | A7 | 49 | 2A |
| Octal | 35 | 271 | 226 | 124 | 0 | 23 | 33 | 247 | 111 | 52 |
| Binary | 11101 | 10111001 | 10010110 | 1010100 | 0 | 10011 | 11011 | 10100111 | 1001001 | 101010 |
Color Harmonies of #1DB996
Complementary color
Monochromatic Colors of #1DB996
Black with #1DB996
Text Example
Text Example
White with #1DB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB996; }
p { color: rgb(29,185,150); }
H1.HeaderClassName
{
color: #1DB996;
}
.AnyTagClassName
{
color: #1DB996;
}
</style>
background-color css
<style>
a { background-color: #1DB996; }
a { background-color: rgb(29,185,150); }
div.DivClassName
{
background-color: #1DB996;
}
.BgClassName
{
background-color: #1DB996;
}
</style>
border-color css
<style>
span { border-color: #1DB996; }
span { border-color: rgb(29,185,150); }
td.TdClassName
{
border-color: #1DB996;
}
.TagClassName
{
border-color: #1DB996;
}
</style>