Shades of Mountain Meadow #19BA8D
Tints of Mountain Meadow #19BA8D
RGB
CMYK
RGB Variations
Color information
#19BA8D (or 0x19BA8D) is known color: Mountain Meadow. HEX triplet: 19, BA and 8D. RGB value is (25,186,141). Sum of RGB (Red+Green+Blue) = 25+186+141=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA8D is #E64572. Grayscale: #848484. Windows color (decimal): -15091059 or 9288217. OLE color: 9288217.
HSL color Cylindrical-coordinate representation of color #19BA8D: hue angle of 163.23º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA8D is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 141 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.27 |
| HSL | 163.23º | 0.76% | 0.41% | - |
| HSV(B) | 163.23º | 0.87% | 0.73% | - |
| XYZ | 22.77 | 37.25 | 31.19 | - |
| YUV | 132.73 | 132.66 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 141 | 0.87 | 0 | 0.24 | 0.27 | 163.23 | 0.76 | 0.41 |
| Hex | 19 | BA | 8D | 57 | 0 | 18 | 1B | A3 | 4C | 29 |
| Octal | 31 | 272 | 215 | 127 | 0 | 30 | 33 | 243 | 114 | 51 |
| Binary | 11001 | 10111010 | 10001101 | 1010111 | 0 | 11000 | 11011 | 10100011 | 1001100 | 101001 |
Color Harmonies of #19BA8D
Complementary color
Monochromatic Colors of #19BA8D
Black with #19BA8D
Text Example
Text Example
White with #19BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA8D; }
p { color: rgb(25,186,141); }
H1.HeaderClassName
{
color: #19BA8D;
}
.AnyTagClassName
{
color: #19BA8D;
}
</style>
background-color css
<style>
a { background-color: #19BA8D; }
a { background-color: rgb(25,186,141); }
div.DivClassName
{
background-color: #19BA8D;
}
.BgClassName
{
background-color: #19BA8D;
}
</style>
border-color css
<style>
span { border-color: #19BA8D; }
span { border-color: rgb(25,186,141); }
td.TdClassName
{
border-color: #19BA8D;
}
.TagClassName
{
border-color: #19BA8D;
}
</style>