Shades of Mountain Meadow #1DBA96
Tints of Mountain Meadow #1DBA96
RGB
CMYK
RGB Variations
Color information
#1DBA96 (or 0x1DBA96) is known color: Mountain Meadow. HEX triplet: 1D, BA and 96. RGB value is (29,186,150). Sum of RGB (Red+Green+Blue) = 29+186+150=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBA96 is #E24569. Grayscale: #868686. Windows color (decimal): -14828906 or 9878045. OLE color: 9878045.
HSL color Cylindrical-coordinate representation of color #1DBA96: hue angle of 166.24º 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 #1DBA96 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 150 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.27 |
| HSL | 166.24º | 0.73% | 0.42% | - |
| HSV(B) | 166.24º | 0.84% | 0.73% | - |
| XYZ | 23.57 | 37.58 | 34.87 | - |
| YUV | 134.95 | 136.49 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 150 | 0.84 | 0 | 0.19 | 0.27 | 166.24 | 0.73 | 0.42 |
| Hex | 1D | BA | 96 | 54 | 0 | 13 | 1B | A6 | 49 | 2A |
| Octal | 35 | 272 | 226 | 124 | 0 | 23 | 33 | 246 | 111 | 52 |
| Binary | 11101 | 10111010 | 10010110 | 1010100 | 0 | 10011 | 11011 | 10100110 | 1001001 | 101010 |
Color Harmonies of #1DBA96
Complementary color
Monochromatic Colors of #1DBA96
Black with #1DBA96
Text Example
Text Example
White with #1DBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA96; }
p { color: rgb(29,186,150); }
H1.HeaderClassName
{
color: #1DBA96;
}
.AnyTagClassName
{
color: #1DBA96;
}
</style>
background-color css
<style>
a { background-color: #1DBA96; }
a { background-color: rgb(29,186,150); }
div.DivClassName
{
background-color: #1DBA96;
}
.BgClassName
{
background-color: #1DBA96;
}
</style>
border-color css
<style>
span { border-color: #1DBA96; }
span { border-color: rgb(29,186,150); }
td.TdClassName
{
border-color: #1DBA96;
}
.TagClassName
{
border-color: #1DBA96;
}
</style>