Shades of Mountain Meadow #14BA8D
Tints of Mountain Meadow #14BA8D
RGB
CMYK
RGB Variations
Color information
#14BA8D (or 0x14BA8D) is known color: Mountain Meadow. HEX triplet: 14, BA and 8D. RGB value is (20,186,141). Sum of RGB (Red+Green+Blue) = 20+186+141=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA8D is #EB4572. Grayscale: #838383. Windows color (decimal): -15418739 or 9288212. OLE color: 9288212.
HSL color Cylindrical-coordinate representation of color #14BA8D: hue angle of 163.73º 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 #14BA8D is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 141 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.27 |
| HSL | 163.73º | 0.81% | 0.4% | - |
| HSV(B) | 163.73º | 0.89% | 0.73% | - |
| XYZ | 22.66 | 37.19 | 31.18 | - |
| YUV | 131.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 141 | 0.89 | 0 | 0.24 | 0.27 | 163.73 | 0.81 | 0.4 |
| Hex | 14 | BA | 8D | 59 | 0 | 18 | 1B | A4 | 51 | 28 |
| Octal | 24 | 272 | 215 | 131 | 0 | 30 | 33 | 244 | 121 | 50 |
| Binary | 10100 | 10111010 | 10001101 | 1011001 | 0 | 11000 | 11011 | 10100100 | 1010001 | 101000 |
Color Harmonies of #14BA8D
Complementary color
Monochromatic Colors of #14BA8D
Black with #14BA8D
Text Example
Text Example
White with #14BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA8D; }
p { color: rgb(20,186,141); }
H1.HeaderClassName
{
color: #14BA8D;
}
.AnyTagClassName
{
color: #14BA8D;
}
</style>
background-color css
<style>
a { background-color: #14BA8D; }
a { background-color: rgb(20,186,141); }
div.DivClassName
{
background-color: #14BA8D;
}
.BgClassName
{
background-color: #14BA8D;
}
</style>
border-color css
<style>
span { border-color: #14BA8D; }
span { border-color: rgb(20,186,141); }
td.TdClassName
{
border-color: #14BA8D;
}
.TagClassName
{
border-color: #14BA8D;
}
</style>