Shades of Mountain Meadow #19BA8F
Tints of Mountain Meadow #19BA8F
RGB
CMYK
RGB Variations
Color information
#19BA8F (or 0x19BA8F) is known color: Mountain Meadow. HEX triplet: 19, BA and 8F. RGB value is (25,186,143). Sum of RGB (Red+Green+Blue) = 25+186+143=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA8F is #E64570. Grayscale: #848484. Windows color (decimal): -15091057 or 9419289. OLE color: 9419289.
HSL color Cylindrical-coordinate representation of color #19BA8F: hue angle of 163.98º 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 #19BA8F is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 143 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.27 |
| HSL | 163.98º | 0.76% | 0.41% | - |
| HSV(B) | 163.98º | 0.87% | 0.73% | - |
| XYZ | 22.92 | 37.31 | 31.98 | - |
| YUV | 132.96 | 133.66 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 143 | 0.87 | 0 | 0.23 | 0.27 | 163.98 | 0.76 | 0.41 |
| Hex | 19 | BA | 8F | 57 | 0 | 17 | 1B | A4 | 4C | 29 |
| Octal | 31 | 272 | 217 | 127 | 0 | 27 | 33 | 244 | 114 | 51 |
| Binary | 11001 | 10111010 | 10001111 | 1010111 | 0 | 10111 | 11011 | 10100100 | 1001100 | 101001 |
Color Harmonies of #19BA8F
Complementary color
Monochromatic Colors of #19BA8F
Black with #19BA8F
Text Example
Text Example
White with #19BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA8F; }
p { color: rgb(25,186,143); }
H1.HeaderClassName
{
color: #19BA8F;
}
.AnyTagClassName
{
color: #19BA8F;
}
</style>
background-color css
<style>
a { background-color: #19BA8F; }
a { background-color: rgb(25,186,143); }
div.DivClassName
{
background-color: #19BA8F;
}
.BgClassName
{
background-color: #19BA8F;
}
</style>
border-color css
<style>
span { border-color: #19BA8F; }
span { border-color: rgb(25,186,143); }
td.TdClassName
{
border-color: #19BA8F;
}
.TagClassName
{
border-color: #19BA8F;
}
</style>