Shades of Mountain Meadow #1DB696
Tints of Mountain Meadow #1DB696
RGB
CMYK
RGB Variations
Color information
#1DB696 (or 0x1DB696) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 96. RGB value is (29,182,150). Sum of RGB (Red+Green+Blue) = 29+182+150=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB696 is #E24969. Grayscale: #848484. Windows color (decimal): -14829930 or 9877021. OLE color: 9877021.
HSL color Cylindrical-coordinate representation of color #1DB696: hue angle of 167.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB696 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 150 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.29 |
| HSL | 167.45º | 0.73% | 0.41% | - |
| HSV(B) | 167.45º | 0.84% | 0.71% | - |
| XYZ | 22.74 | 35.92 | 34.59 | - |
| YUV | 132.61 | 137.81 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 150 | 0.84 | 0 | 0.18 | 0.29 | 167.45 | 0.73 | 0.41 |
| Hex | 1D | B6 | 96 | 54 | 0 | 12 | 1D | A7 | 49 | 29 |
| Octal | 35 | 266 | 226 | 124 | 0 | 22 | 35 | 247 | 111 | 51 |
| Binary | 11101 | 10110110 | 10010110 | 1010100 | 0 | 10010 | 11101 | 10100111 | 1001001 | 101001 |
Color Harmonies of #1DB696
Complementary color
Monochromatic Colors of #1DB696
Black with #1DB696
Text Example
Text Example
White with #1DB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB696; }
p { color: rgb(29,182,150); }
H1.HeaderClassName
{
color: #1DB696;
}
.AnyTagClassName
{
color: #1DB696;
}
</style>
background-color css
<style>
a { background-color: #1DB696; }
a { background-color: rgb(29,182,150); }
div.DivClassName
{
background-color: #1DB696;
}
.BgClassName
{
background-color: #1DB696;
}
</style>
border-color css
<style>
span { border-color: #1DB696; }
span { border-color: rgb(29,182,150); }
td.TdClassName
{
border-color: #1DB696;
}
.TagClassName
{
border-color: #1DB696;
}
</style>