Shades of Mountain Meadow #19BA96
Tints of Mountain Meadow #19BA96
RGB
CMYK
RGB Variations
Color information
#19BA96 (or 0x19BA96) is known color: Mountain Meadow. HEX triplet: 19, BA and 96. RGB value is (25,186,150). Sum of RGB (Red+Green+Blue) = 25+186+150=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA96 is #E64569. Grayscale: #858585. Windows color (decimal): -15091050 or 9878041. OLE color: 9878041.
HSL color Cylindrical-coordinate representation of color #19BA96: hue angle of 166.58º 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 #19BA96 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 150 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.27 |
| HSL | 166.58º | 0.76% | 0.41% | - |
| HSV(B) | 166.58º | 0.87% | 0.73% | - |
| XYZ | 23.46 | 37.53 | 34.86 | - |
| YUV | 133.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 150 | 0.87 | 0 | 0.19 | 0.27 | 166.58 | 0.76 | 0.41 |
| Hex | 19 | BA | 96 | 57 | 0 | 13 | 1B | A7 | 4C | 29 |
| Octal | 31 | 272 | 226 | 127 | 0 | 23 | 33 | 247 | 114 | 51 |
| Binary | 11001 | 10111010 | 10010110 | 1010111 | 0 | 10011 | 11011 | 10100111 | 1001100 | 101001 |
Color Harmonies of #19BA96
Complementary color
Monochromatic Colors of #19BA96
Black with #19BA96
Text Example
Text Example
White with #19BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA96; }
p { color: rgb(25,186,150); }
H1.HeaderClassName
{
color: #19BA96;
}
.AnyTagClassName
{
color: #19BA96;
}
</style>
background-color css
<style>
a { background-color: #19BA96; }
a { background-color: rgb(25,186,150); }
div.DivClassName
{
background-color: #19BA96;
}
.BgClassName
{
background-color: #19BA96;
}
</style>
border-color css
<style>
span { border-color: #19BA96; }
span { border-color: rgb(25,186,150); }
td.TdClassName
{
border-color: #19BA96;
}
.TagClassName
{
border-color: #19BA96;
}
</style>