Shades of Mountain Meadow #19BE8C
Tints of Mountain Meadow #19BE8C
RGB
CMYK
RGB Variations
Color information
#19BE8C (or 0x19BE8C) is known color: Mountain Meadow. HEX triplet: 19, BE and 8C. RGB value is (25,190,140). Sum of RGB (Red+Green+Blue) = 25+190+140=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #19BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BE8C is #E64173. Grayscale: #878787. Windows color (decimal): -15090036 or 9223705. OLE color: 9223705.
HSL color Cylindrical-coordinate representation of color #19BE8C: hue angle of 161.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BE8C is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 190 | 140 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.25 |
| HSL | 161.82º | 0.77% | 0.42% | - |
| HSV(B) | 161.82º | 0.87% | 0.75% | - |
| XYZ | 23.55 | 38.93 | 31.08 | - |
| YUV | 134.97 | 130.84 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 140 | 0.87 | 0 | 0.26 | 0.25 | 161.82 | 0.77 | 0.42 |
| Hex | 19 | BE | 8C | 57 | 0 | 1A | 19 | A2 | 4D | 2A |
| Octal | 31 | 276 | 214 | 127 | 0 | 32 | 31 | 242 | 115 | 52 |
| Binary | 11001 | 10111110 | 10001100 | 1010111 | 0 | 11010 | 11001 | 10100010 | 1001101 | 101010 |
Color Harmonies of #19BE8C
Complementary color
Monochromatic Colors of #19BE8C
Black with #19BE8C
Text Example
Text Example
White with #19BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BE8C; }
p { color: rgb(25,190,140); }
H1.HeaderClassName
{
color: #19BE8C;
}
.AnyTagClassName
{
color: #19BE8C;
}
</style>
background-color css
<style>
a { background-color: #19BE8C; }
a { background-color: rgb(25,190,140); }
div.DivClassName
{
background-color: #19BE8C;
}
.BgClassName
{
background-color: #19BE8C;
}
</style>
border-color css
<style>
span { border-color: #19BE8C; }
span { border-color: rgb(25,190,140); }
td.TdClassName
{
border-color: #19BE8C;
}
.TagClassName
{
border-color: #19BE8C;
}
</style>