Shades of Mountain Meadow #1DB18F
Tints of Mountain Meadow #1DB18F
RGB
CMYK
RGB Variations
Color information
#1DB18F (or 0x1DB18F) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 8F. RGB value is (29,177,143). Sum of RGB (Red+Green+Blue) = 29+177+143=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB18F is #E24E70. Grayscale: #808080. Windows color (decimal): -14831217 or 9416989. OLE color: 9416989.
HSL color Cylindrical-coordinate representation of color #1DB18F: hue angle of 166.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB18F is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 143 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.31 |
| HSL | 166.22º | 0.72% | 0.4% | - |
| HSV(B) | 166.22º | 0.84% | 0.69% | - |
| XYZ | 21.19 | 33.69 | 31.37 | - |
| YUV | 128.87 | 135.97 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 143 | 0.84 | 0 | 0.19 | 0.31 | 166.22 | 0.72 | 0.4 |
| Hex | 1D | B1 | 8F | 54 | 0 | 13 | 1F | A6 | 48 | 28 |
| Octal | 35 | 261 | 217 | 124 | 0 | 23 | 37 | 246 | 110 | 50 |
| Binary | 11101 | 10110001 | 10001111 | 1010100 | 0 | 10011 | 11111 | 10100110 | 1001000 | 101000 |
Color Harmonies of #1DB18F
Complementary color
Monochromatic Colors of #1DB18F
Black with #1DB18F
Text Example
Text Example
White with #1DB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB18F; }
p { color: rgb(29,177,143); }
H1.HeaderClassName
{
color: #1DB18F;
}
.AnyTagClassName
{
color: #1DB18F;
}
</style>
background-color css
<style>
a { background-color: #1DB18F; }
a { background-color: rgb(29,177,143); }
div.DivClassName
{
background-color: #1DB18F;
}
.BgClassName
{
background-color: #1DB18F;
}
</style>
border-color css
<style>
span { border-color: #1DB18F; }
span { border-color: rgb(29,177,143); }
td.TdClassName
{
border-color: #1DB18F;
}
.TagClassName
{
border-color: #1DB18F;
}
</style>