Shades of Mountain Meadow #19BA98
Tints of Mountain Meadow #19BA98
RGB
CMYK
RGB Variations
Color information
#19BA98 (or 0x19BA98) is known color: Mountain Meadow. HEX triplet: 19, BA and 98. RGB value is (25,186,152). Sum of RGB (Red+Green+Blue) = 25+186+152=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA98 is #E64567. Grayscale: #858585. Windows color (decimal): -15091048 or 10009113. OLE color: 10009113.
HSL color Cylindrical-coordinate representation of color #19BA98: hue angle of 167.33º 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 #19BA98 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 152 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.27 |
| HSL | 167.33º | 0.76% | 0.41% | - |
| HSV(B) | 167.33º | 0.87% | 0.73% | - |
| XYZ | 23.63 | 37.59 | 35.72 | - |
| YUV | 133.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 152 | 0.87 | 0 | 0.18 | 0.27 | 167.33 | 0.76 | 0.41 |
| Hex | 19 | BA | 98 | 57 | 0 | 12 | 1B | A7 | 4C | 29 |
| Octal | 31 | 272 | 230 | 127 | 0 | 22 | 33 | 247 | 114 | 51 |
| Binary | 11001 | 10111010 | 10011000 | 1010111 | 0 | 10010 | 11011 | 10100111 | 1001100 | 101001 |
Color Harmonies of #19BA98
Complementary color
Monochromatic Colors of #19BA98
Black with #19BA98
Text Example
Text Example
White with #19BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA98; }
p { color: rgb(25,186,152); }
H1.HeaderClassName
{
color: #19BA98;
}
.AnyTagClassName
{
color: #19BA98;
}
</style>
background-color css
<style>
a { background-color: #19BA98; }
a { background-color: rgb(25,186,152); }
div.DivClassName
{
background-color: #19BA98;
}
.BgClassName
{
background-color: #19BA98;
}
</style>
border-color css
<style>
span { border-color: #19BA98; }
span { border-color: rgb(25,186,152); }
td.TdClassName
{
border-color: #19BA98;
}
.TagClassName
{
border-color: #19BA98;
}
</style>