Shades of Mountain Meadow #1DBE9A
Tints of Mountain Meadow #1DBE9A
RGB
CMYK
RGB Variations
Color information
#1DBE9A (or 0x1DBE9A) is known color: Mountain Meadow. HEX triplet: 1D, BE and 9A. RGB value is (29,190,154). Sum of RGB (Red+Green+Blue) = 29+190+154=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBE9A is #E24165. Grayscale: #898989. Windows color (decimal): -14827878 or 10141213. OLE color: 10141213.
HSL color Cylindrical-coordinate representation of color #1DBE9A: hue angle of 166.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE9A is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 154 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.25 |
| HSL | 166.58º | 0.74% | 0.43% | - |
| HSV(B) | 166.58º | 0.85% | 0.75% | - |
| XYZ | 24.75 | 39.42 | 36.88 | - |
| YUV | 137.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 154 | 0.85 | 0 | 0.19 | 0.25 | 166.58 | 0.74 | 0.43 |
| Hex | 1D | BE | 9A | 55 | 0 | 13 | 19 | A7 | 4A | 2B |
| Octal | 35 | 276 | 232 | 125 | 0 | 23 | 31 | 247 | 112 | 53 |
| Binary | 11101 | 10111110 | 10011010 | 1010101 | 0 | 10011 | 11001 | 10100111 | 1001010 | 101011 |
Color Harmonies of #1DBE9A
Complementary color
Monochromatic Colors of #1DBE9A
Black with #1DBE9A
Text Example
Text Example
White with #1DBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE9A; }
p { color: rgb(29,190,154); }
H1.HeaderClassName
{
color: #1DBE9A;
}
.AnyTagClassName
{
color: #1DBE9A;
}
</style>
background-color css
<style>
a { background-color: #1DBE9A; }
a { background-color: rgb(29,190,154); }
div.DivClassName
{
background-color: #1DBE9A;
}
.BgClassName
{
background-color: #1DBE9A;
}
</style>
border-color css
<style>
span { border-color: #1DBE9A; }
span { border-color: rgb(29,190,154); }
td.TdClassName
{
border-color: #1DBE9A;
}
.TagClassName
{
border-color: #1DBE9A;
}
</style>