Shades of Mountain Meadow #19B696
Tints of Mountain Meadow #19B696
RGB
CMYK
RGB Variations
Color information
#19B696 (or 0x19B696) is known color: Mountain Meadow. HEX triplet: 19, B6 and 96. RGB value is (25,182,150). Sum of RGB (Red+Green+Blue) = 25+182+150=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #19B696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B696 is #E64969. Grayscale: #838383. Windows color (decimal): -15092074 or 9877017. OLE color: 9877017.
HSL color Cylindrical-coordinate representation of color #19B696: hue angle of 167.77º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B696 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 182 | 150 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.29 |
| HSL | 167.77º | 0.76% | 0.41% | - |
| HSV(B) | 167.77º | 0.86% | 0.71% | - |
| XYZ | 22.63 | 35.86 | 34.58 | - |
| YUV | 131.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 182 | 150 | 0.86 | 0 | 0.18 | 0.29 | 167.77 | 0.76 | 0.41 |
| Hex | 19 | B6 | 96 | 56 | 0 | 12 | 1D | A8 | 4C | 29 |
| Octal | 31 | 266 | 226 | 126 | 0 | 22 | 35 | 250 | 114 | 51 |
| Binary | 11001 | 10110110 | 10010110 | 1010110 | 0 | 10010 | 11101 | 10101000 | 1001100 | 101001 |
Color Harmonies of #19B696
Complementary color
Monochromatic Colors of #19B696
Black with #19B696
Text Example
Text Example
White with #19B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B696; }
p { color: rgb(25,182,150); }
H1.HeaderClassName
{
color: #19B696;
}
.AnyTagClassName
{
color: #19B696;
}
</style>
background-color css
<style>
a { background-color: #19B696; }
a { background-color: rgb(25,182,150); }
div.DivClassName
{
background-color: #19B696;
}
.BgClassName
{
background-color: #19B696;
}
</style>
border-color css
<style>
span { border-color: #19B696; }
span { border-color: rgb(25,182,150); }
td.TdClassName
{
border-color: #19B696;
}
.TagClassName
{
border-color: #19B696;
}
</style>