Shades of Mountain Meadow #1DBA93
Tints of Mountain Meadow #1DBA93
RGB
CMYK
RGB Variations
Color information
#1DBA93 (or 0x1DBA93) is known color: Mountain Meadow. HEX triplet: 1D, BA and 93. RGB value is (29,186,147). Sum of RGB (Red+Green+Blue) = 29+186+147=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBA93 is #E2456C. Grayscale: #868686. Windows color (decimal): -14828909 or 9681437. OLE color: 9681437.
HSL color Cylindrical-coordinate representation of color #1DBA93: hue angle of 165.1º 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 #1DBA93 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 147 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.27 |
| HSL | 165.1º | 0.73% | 0.42% | - |
| HSV(B) | 165.1º | 0.84% | 0.73% | - |
| XYZ | 23.33 | 37.49 | 33.61 | - |
| YUV | 134.61 | 134.99 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 147 | 0.84 | 0 | 0.21 | 0.27 | 165.1 | 0.73 | 0.42 |
| Hex | 1D | BA | 93 | 54 | 0 | 15 | 1B | A5 | 49 | 2A |
| Octal | 35 | 272 | 223 | 124 | 0 | 25 | 33 | 245 | 111 | 52 |
| Binary | 11101 | 10111010 | 10010011 | 1010100 | 0 | 10101 | 11011 | 10100101 | 1001001 | 101010 |
Color Harmonies of #1DBA93
Complementary color
Monochromatic Colors of #1DBA93
Black with #1DBA93
Text Example
Text Example
White with #1DBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA93; }
p { color: rgb(29,186,147); }
H1.HeaderClassName
{
color: #1DBA93;
}
.AnyTagClassName
{
color: #1DBA93;
}
</style>
background-color css
<style>
a { background-color: #1DBA93; }
a { background-color: rgb(29,186,147); }
div.DivClassName
{
background-color: #1DBA93;
}
.BgClassName
{
background-color: #1DBA93;
}
</style>
border-color css
<style>
span { border-color: #1DBA93; }
span { border-color: rgb(29,186,147); }
td.TdClassName
{
border-color: #1DBA93;
}
.TagClassName
{
border-color: #1DBA93;
}
</style>