Shades of Mountain Meadow #1DBA8F
Tints of Mountain Meadow #1DBA8F
RGB
CMYK
RGB Variations
Color information
#1DBA8F (or 0x1DBA8F) is known color: Mountain Meadow. HEX triplet: 1D, BA and 8F. RGB value is (29,186,143). Sum of RGB (Red+Green+Blue) = 29+186+143=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBA8F is #E24570. Grayscale: #868686. Windows color (decimal): -14828913 or 9419293. OLE color: 9419293.
HSL color Cylindrical-coordinate representation of color #1DBA8F: hue angle of 163.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA8F is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 143 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.27 |
| HSL | 163.57º | 0.73% | 0.42% | - |
| HSV(B) | 163.57º | 0.84% | 0.73% | - |
| XYZ | 23.02 | 37.36 | 31.98 | - |
| YUV | 134.16 | 132.99 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 143 | 0.84 | 0 | 0.23 | 0.27 | 163.57 | 0.73 | 0.42 |
| Hex | 1D | BA | 8F | 54 | 0 | 17 | 1B | A4 | 49 | 2A |
| Octal | 35 | 272 | 217 | 124 | 0 | 27 | 33 | 244 | 111 | 52 |
| Binary | 11101 | 10111010 | 10001111 | 1010100 | 0 | 10111 | 11011 | 10100100 | 1001001 | 101010 |
Color Harmonies of #1DBA8F
Complementary color
Monochromatic Colors of #1DBA8F
Black with #1DBA8F
Text Example
Text Example
White with #1DBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA8F; }
p { color: rgb(29,186,143); }
H1.HeaderClassName
{
color: #1DBA8F;
}
.AnyTagClassName
{
color: #1DBA8F;
}
</style>
background-color css
<style>
a { background-color: #1DBA8F; }
a { background-color: rgb(29,186,143); }
div.DivClassName
{
background-color: #1DBA8F;
}
.BgClassName
{
background-color: #1DBA8F;
}
</style>
border-color css
<style>
span { border-color: #1DBA8F; }
span { border-color: rgb(29,186,143); }
td.TdClassName
{
border-color: #1DBA8F;
}
.TagClassName
{
border-color: #1DBA8F;
}
</style>