Shades of Mountain Meadow #19BF88
Tints of Mountain Meadow #19BF88
RGB
CMYK
RGB Variations
Color information
#19BF88 (or 0x19BF88) is known color: Mountain Meadow. HEX triplet: 19, BF and 88. RGB value is (25,191,136). Sum of RGB (Red+Green+Blue) = 25+191+136=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BF88 is #E64077. Grayscale: #878787. Windows color (decimal): -15089784 or 8961817. OLE color: 8961817.
HSL color Cylindrical-coordinate representation of color #19BF88: hue angle of 160.12º 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 #19BF88 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 136 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.25 |
| HSL | 160.12º | 0.77% | 0.42% | - |
| HSV(B) | 160.12º | 0.87% | 0.75% | - |
| XYZ | 23.48 | 39.25 | 29.63 | - |
| YUV | 135.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 136 | 0.87 | 0 | 0.29 | 0.25 | 160.12 | 0.77 | 0.42 |
| Hex | 19 | BF | 88 | 57 | 0 | 1D | 19 | A0 | 4D | 2A |
| Octal | 31 | 277 | 210 | 127 | 0 | 35 | 31 | 240 | 115 | 52 |
| Binary | 11001 | 10111111 | 10001000 | 1010111 | 0 | 11101 | 11001 | 10100000 | 1001101 | 101010 |
Color Harmonies of #19BF88
Complementary color
Monochromatic Colors of #19BF88
Black with #19BF88
Text Example
Text Example
White with #19BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BF88; }
p { color: rgb(25,191,136); }
H1.HeaderClassName
{
color: #19BF88;
}
.AnyTagClassName
{
color: #19BF88;
}
</style>
background-color css
<style>
a { background-color: #19BF88; }
a { background-color: rgb(25,191,136); }
div.DivClassName
{
background-color: #19BF88;
}
.BgClassName
{
background-color: #19BF88;
}
</style>
border-color css
<style>
span { border-color: #19BF88; }
span { border-color: rgb(25,191,136); }
td.TdClassName
{
border-color: #19BF88;
}
.TagClassName
{
border-color: #19BF88;
}
</style>