Shades of Mountain Meadow #1DB895
Tints of Mountain Meadow #1DB895
RGB
CMYK
RGB Variations
Color information
#1DB895 (or 0x1DB895) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 95. RGB value is (29,184,149). Sum of RGB (Red+Green+Blue) = 29+184+149=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB895 is #E2476A. Grayscale: #858585. Windows color (decimal): -14829419 or 9811997. OLE color: 9811997.
HSL color Cylindrical-coordinate representation of color #1DB895: hue angle of 166.45º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB895 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 149 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.28 |
| HSL | 166.45º | 0.73% | 0.42% | - |
| HSV(B) | 166.45º | 0.84% | 0.72% | - |
| XYZ | 23.07 | 36.71 | 34.3 | - |
| YUV | 133.67 | 136.65 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 149 | 0.84 | 0 | 0.19 | 0.28 | 166.45 | 0.73 | 0.42 |
| Hex | 1D | B8 | 95 | 54 | 0 | 13 | 1C | A6 | 49 | 2A |
| Octal | 35 | 270 | 225 | 124 | 0 | 23 | 34 | 246 | 111 | 52 |
| Binary | 11101 | 10111000 | 10010101 | 1010100 | 0 | 10011 | 11100 | 10100110 | 1001001 | 101010 |
Color Harmonies of #1DB895
Complementary color
Monochromatic Colors of #1DB895
Black with #1DB895
Text Example
Text Example
White with #1DB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB895; }
p { color: rgb(29,184,149); }
H1.HeaderClassName
{
color: #1DB895;
}
.AnyTagClassName
{
color: #1DB895;
}
</style>
background-color css
<style>
a { background-color: #1DB895; }
a { background-color: rgb(29,184,149); }
div.DivClassName
{
background-color: #1DB895;
}
.BgClassName
{
background-color: #1DB895;
}
</style>
border-color css
<style>
span { border-color: #1DB895; }
span { border-color: rgb(29,184,149); }
td.TdClassName
{
border-color: #1DB895;
}
.TagClassName
{
border-color: #1DB895;
}
</style>