Shades of Mountain Meadow #1DBC99
Tints of Mountain Meadow #1DBC99
RGB
CMYK
RGB Variations
Color information
#1DBC99 (or 0x1DBC99) is known color: Mountain Meadow. HEX triplet: 1D, BC and 99. RGB value is (29,188,153). Sum of RGB (Red+Green+Blue) = 29+188+153=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBC99 is #E24366. Grayscale: #888888. Windows color (decimal): -14828391 or 10075165. OLE color: 10075165.
HSL color Cylindrical-coordinate representation of color #1DBC99: hue angle of 166.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC99 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 153 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.26 |
| HSL | 166.79º | 0.73% | 0.43% | - |
| HSV(B) | 166.79º | 0.85% | 0.74% | - |
| XYZ | 24.24 | 38.53 | 36.3 | - |
| YUV | 136.47 | 137.32 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 153 | 0.85 | 0 | 0.19 | 0.26 | 166.79 | 0.73 | 0.43 |
| Hex | 1D | BC | 99 | 55 | 0 | 13 | 1A | A7 | 49 | 2B |
| Octal | 35 | 274 | 231 | 125 | 0 | 23 | 32 | 247 | 111 | 53 |
| Binary | 11101 | 10111100 | 10011001 | 1010101 | 0 | 10011 | 11010 | 10100111 | 1001001 | 101011 |
Color Harmonies of #1DBC99
Complementary color
Monochromatic Colors of #1DBC99
Black with #1DBC99
Text Example
Text Example
White with #1DBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC99; }
p { color: rgb(29,188,153); }
H1.HeaderClassName
{
color: #1DBC99;
}
.AnyTagClassName
{
color: #1DBC99;
}
</style>
background-color css
<style>
a { background-color: #1DBC99; }
a { background-color: rgb(29,188,153); }
div.DivClassName
{
background-color: #1DBC99;
}
.BgClassName
{
background-color: #1DBC99;
}
</style>
border-color css
<style>
span { border-color: #1DBC99; }
span { border-color: rgb(29,188,153); }
td.TdClassName
{
border-color: #1DBC99;
}
.TagClassName
{
border-color: #1DBC99;
}
</style>