Shades of Mountain Meadow #15BA97
Tints of Mountain Meadow #15BA97
RGB
CMYK
RGB Variations
Color information
#15BA97 (or 0x15BA97) is known color: Mountain Meadow. HEX triplet: 15, BA and 97. RGB value is (21,186,151). Sum of RGB (Red+Green+Blue) = 21+186+151=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BA97 is #EA4568. Grayscale: #848484. Windows color (decimal): -15353193 or 9943573. OLE color: 9943573.
HSL color Cylindrical-coordinate representation of color #15BA97: hue angle of 167.27º 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 #15BA97 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 151 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.27 |
| HSL | 167.27º | 0.8% | 0.41% | - |
| HSV(B) | 167.27º | 0.89% | 0.73% | - |
| XYZ | 23.45 | 37.51 | 35.28 | - |
| YUV | 132.68 | 138.34 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 151 | 0.89 | 0 | 0.19 | 0.27 | 167.27 | 0.8 | 0.41 |
| Hex | 15 | BA | 97 | 59 | 0 | 13 | 1B | A7 | 50 | 29 |
| Octal | 25 | 272 | 227 | 131 | 0 | 23 | 33 | 247 | 120 | 51 |
| Binary | 10101 | 10111010 | 10010111 | 1011001 | 0 | 10011 | 11011 | 10100111 | 1010000 | 101001 |
Color Harmonies of #15BA97
Complementary color
Monochromatic Colors of #15BA97
Black with #15BA97
Text Example
Text Example
White with #15BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA97; }
p { color: rgb(21,186,151); }
H1.HeaderClassName
{
color: #15BA97;
}
.AnyTagClassName
{
color: #15BA97;
}
</style>
background-color css
<style>
a { background-color: #15BA97; }
a { background-color: rgb(21,186,151); }
div.DivClassName
{
background-color: #15BA97;
}
.BgClassName
{
background-color: #15BA97;
}
</style>
border-color css
<style>
span { border-color: #15BA97; }
span { border-color: rgb(21,186,151); }
td.TdClassName
{
border-color: #15BA97;
}
.TagClassName
{
border-color: #15BA97;
}
</style>