Shades of Mountain Meadow #19C696
Tints of Mountain Meadow #19C696
RGB
CMYK
RGB Variations
Color information
#19C696 (or 0x19C696) is known color: Mountain Meadow. HEX triplet: 19, C6 and 96. RGB value is (25,198,150). Sum of RGB (Red+Green+Blue) = 25+198+150=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #19C696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C696 is #E63969. Grayscale: #8C8C8C. Windows color (decimal): -15087978 or 9881113. OLE color: 9881113.
HSL color Cylindrical-coordinate representation of color #19C696: hue angle of 163.35º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C696 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 198 | 150 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.22 |
| HSL | 163.35º | 0.78% | 0.44% | - |
| HSV(B) | 163.35º | 0.87% | 0.78% | - |
| XYZ | 26.1 | 42.8 | 35.74 | - |
| YUV | 140.8 | 133.19 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 198 | 150 | 0.87 | 0 | 0.24 | 0.22 | 163.35 | 0.78 | 0.44 |
| Hex | 19 | C6 | 96 | 57 | 0 | 18 | 16 | A3 | 4E | 2C |
| Octal | 31 | 306 | 226 | 127 | 0 | 30 | 26 | 243 | 116 | 54 |
| Binary | 11001 | 11000110 | 10010110 | 1010111 | 0 | 11000 | 10110 | 10100011 | 1001110 | 101100 |
Color Harmonies of #19C696
Complementary color
Monochromatic Colors of #19C696
Black with #19C696
Text Example
Text Example
White with #19C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C696; }
p { color: rgb(25,198,150); }
H1.HeaderClassName
{
color: #19C696;
}
.AnyTagClassName
{
color: #19C696;
}
</style>
background-color css
<style>
a { background-color: #19C696; }
a { background-color: rgb(25,198,150); }
div.DivClassName
{
background-color: #19C696;
}
.BgClassName
{
background-color: #19C696;
}
</style>
border-color css
<style>
span { border-color: #19C696; }
span { border-color: rgb(25,198,150); }
td.TdClassName
{
border-color: #19C696;
}
.TagClassName
{
border-color: #19C696;
}
</style>