Shades of Mountain Meadow #19B87D
Tints of Mountain Meadow #19B87D
RGB
CMYK
RGB Variations
Color information
#19B87D (or 0x19B87D) is known color: Mountain Meadow. HEX triplet: 19, B8 and 7D. RGB value is (25,184,125). Sum of RGB (Red+Green+Blue) = 25+184+125=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #19B87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B87D is #E64782. Grayscale: #818181. Windows color (decimal): -15091587 or 8239129. OLE color: 8239129.
HSL color Cylindrical-coordinate representation of color #19B87D: hue angle of 157.74º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B87D is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 184 | 125 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.28 |
| HSL | 157.74º | 0.76% | 0.41% | - |
| HSV(B) | 157.74º | 0.86% | 0.72% | - |
| XYZ | 21.24 | 35.97 | 25.22 | - |
| YUV | 129.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 184 | 125 | 0.86 | 0 | 0.32 | 0.28 | 157.74 | 0.76 | 0.41 |
| Hex | 19 | B8 | 7D | 56 | 0 | 20 | 1C | 9E | 4C | 29 |
| Octal | 31 | 270 | 175 | 126 | 0 | 40 | 34 | 236 | 114 | 51 |
| Binary | 11001 | 10111000 | 1111101 | 1010110 | 0 | 100000 | 11100 | 10011110 | 1001100 | 101001 |
Color Harmonies of #19B87D
Complementary color
Monochromatic Colors of #19B87D
Black with #19B87D
Text Example
Text Example
White with #19B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B87D; }
p { color: rgb(25,184,125); }
H1.HeaderClassName
{
color: #19B87D;
}
.AnyTagClassName
{
color: #19B87D;
}
</style>
background-color css
<style>
a { background-color: #19B87D; }
a { background-color: rgb(25,184,125); }
div.DivClassName
{
background-color: #19B87D;
}
.BgClassName
{
background-color: #19B87D;
}
</style>
border-color css
<style>
span { border-color: #19B87D; }
span { border-color: rgb(25,184,125); }
td.TdClassName
{
border-color: #19B87D;
}
.TagClassName
{
border-color: #19B87D;
}
</style>