Shades of Mountain Meadow #14BA87
Tints of Mountain Meadow #14BA87
RGB
CMYK
RGB Variations
Color information
#14BA87 (or 0x14BA87) is known color: Mountain Meadow. HEX triplet: 14, BA and 87. RGB value is (20,186,135). Sum of RGB (Red+Green+Blue) = 20+186+135=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA87 is #EB4578. Grayscale: #828282. Windows color (decimal): -15418745 or 8894996. OLE color: 8894996.
HSL color Cylindrical-coordinate representation of color #14BA87: hue angle of 161.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA87 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 135 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.27 |
| HSL | 161.57º | 0.81% | 0.4% | - |
| HSV(B) | 161.57º | 0.89% | 0.73% | - |
| XYZ | 22.22 | 37.02 | 28.9 | - |
| YUV | 130.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 135 | 0.89 | 0 | 0.27 | 0.27 | 161.57 | 0.81 | 0.4 |
| Hex | 14 | BA | 87 | 59 | 0 | 1B | 1B | A2 | 51 | 28 |
| Octal | 24 | 272 | 207 | 131 | 0 | 33 | 33 | 242 | 121 | 50 |
| Binary | 10100 | 10111010 | 10000111 | 1011001 | 0 | 11011 | 11011 | 10100010 | 1010001 | 101000 |
Color Harmonies of #14BA87
Complementary color
Monochromatic Colors of #14BA87
Black with #14BA87
Text Example
Text Example
White with #14BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA87; }
p { color: rgb(20,186,135); }
H1.HeaderClassName
{
color: #14BA87;
}
.AnyTagClassName
{
color: #14BA87;
}
</style>
background-color css
<style>
a { background-color: #14BA87; }
a { background-color: rgb(20,186,135); }
div.DivClassName
{
background-color: #14BA87;
}
.BgClassName
{
background-color: #14BA87;
}
</style>
border-color css
<style>
span { border-color: #14BA87; }
span { border-color: rgb(20,186,135); }
td.TdClassName
{
border-color: #14BA87;
}
.TagClassName
{
border-color: #14BA87;
}
</style>