Shades of Mountain Meadow #1DB88F
Tints of Mountain Meadow #1DB88F
RGB
CMYK
RGB Variations
Color information
#1DB88F (or 0x1DB88F) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 8F. RGB value is (29,184,143). Sum of RGB (Red+Green+Blue) = 29+184+143=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB88F is #E24770. Grayscale: #848484. Windows color (decimal): -14829425 or 9418781. OLE color: 9418781.
HSL color Cylindrical-coordinate representation of color #1DB88F: hue angle of 164.13º 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 #1DB88F is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 143 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.28 |
| HSL | 164.13º | 0.73% | 0.42% | - |
| HSV(B) | 164.13º | 0.84% | 0.72% | - |
| XYZ | 22.61 | 36.53 | 31.85 | - |
| YUV | 132.98 | 133.65 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 143 | 0.84 | 0 | 0.22 | 0.28 | 164.13 | 0.73 | 0.42 |
| Hex | 1D | B8 | 8F | 54 | 0 | 16 | 1C | A4 | 49 | 2A |
| Octal | 35 | 270 | 217 | 124 | 0 | 26 | 34 | 244 | 111 | 52 |
| Binary | 11101 | 10111000 | 10001111 | 1010100 | 0 | 10110 | 11100 | 10100100 | 1001001 | 101010 |
Color Harmonies of #1DB88F
Complementary color
Monochromatic Colors of #1DB88F
Black with #1DB88F
Text Example
Text Example
White with #1DB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB88F; }
p { color: rgb(29,184,143); }
H1.HeaderClassName
{
color: #1DB88F;
}
.AnyTagClassName
{
color: #1DB88F;
}
</style>
background-color css
<style>
a { background-color: #1DB88F; }
a { background-color: rgb(29,184,143); }
div.DivClassName
{
background-color: #1DB88F;
}
.BgClassName
{
background-color: #1DB88F;
}
</style>
border-color css
<style>
span { border-color: #1DB88F; }
span { border-color: rgb(29,184,143); }
td.TdClassName
{
border-color: #1DB88F;
}
.TagClassName
{
border-color: #1DB88F;
}
</style>