Shades of Mountain Meadow #15BA86
Tints of Mountain Meadow #15BA86
RGB
CMYK
RGB Variations
Color information
#15BA86 (or 0x15BA86) is known color: Mountain Meadow. HEX triplet: 15, BA and 86. RGB value is (21,186,134). Sum of RGB (Red+Green+Blue) = 21+186+134=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA86 is #EA4579. Grayscale: #828282. Windows color (decimal): -15353210 or 8829461. OLE color: 8829461.
HSL color Cylindrical-coordinate representation of color #15BA86: hue angle of 161.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA86 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 134 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.27 |
| HSL | 161.09º | 0.8% | 0.41% | - |
| HSV(B) | 161.09º | 0.89% | 0.73% | - |
| XYZ | 22.17 | 37 | 28.53 | - |
| YUV | 130.74 | 129.84 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 134 | 0.89 | 0 | 0.28 | 0.27 | 161.09 | 0.8 | 0.41 |
| Hex | 15 | BA | 86 | 59 | 0 | 1C | 1B | A1 | 50 | 29 |
| Octal | 25 | 272 | 206 | 131 | 0 | 34 | 33 | 241 | 120 | 51 |
| Binary | 10101 | 10111010 | 10000110 | 1011001 | 0 | 11100 | 11011 | 10100001 | 1010000 | 101001 |
Color Harmonies of #15BA86
Complementary color
Monochromatic Colors of #15BA86
Black with #15BA86
Text Example
Text Example
White with #15BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA86; }
p { color: rgb(21,186,134); }
H1.HeaderClassName
{
color: #15BA86;
}
.AnyTagClassName
{
color: #15BA86;
}
</style>
background-color css
<style>
a { background-color: #15BA86; }
a { background-color: rgb(21,186,134); }
div.DivClassName
{
background-color: #15BA86;
}
.BgClassName
{
background-color: #15BA86;
}
</style>
border-color css
<style>
span { border-color: #15BA86; }
span { border-color: rgb(21,186,134); }
td.TdClassName
{
border-color: #15BA86;
}
.TagClassName
{
border-color: #15BA86;
}
</style>