Shades of Mountain Meadow #14BA8A
Tints of Mountain Meadow #14BA8A
RGB
CMYK
RGB Variations
Color information
#14BA8A (or 0x14BA8A) is known color: Mountain Meadow. HEX triplet: 14, BA and 8A. RGB value is (20,186,138). Sum of RGB (Red+Green+Blue) = 20+186+138=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA8A is #EB4575. Grayscale: #828282. Windows color (decimal): -15418742 or 9091604. OLE color: 9091604.
HSL color Cylindrical-coordinate representation of color #14BA8A: hue angle of 162.65º 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 #14BA8A is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 138 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.27 |
| HSL | 162.65º | 0.81% | 0.4% | - |
| HSV(B) | 162.65º | 0.89% | 0.73% | - |
| XYZ | 22.43 | 37.1 | 30.02 | - |
| YUV | 130.89 | 132 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 138 | 0.89 | 0 | 0.26 | 0.27 | 162.65 | 0.81 | 0.4 |
| Hex | 14 | BA | 8A | 59 | 0 | 1A | 1B | A3 | 51 | 28 |
| Octal | 24 | 272 | 212 | 131 | 0 | 32 | 33 | 243 | 121 | 50 |
| Binary | 10100 | 10111010 | 10001010 | 1011001 | 0 | 11010 | 11011 | 10100011 | 1010001 | 101000 |
Color Harmonies of #14BA8A
Complementary color
Monochromatic Colors of #14BA8A
Black with #14BA8A
Text Example
Text Example
White with #14BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA8A; }
p { color: rgb(20,186,138); }
H1.HeaderClassName
{
color: #14BA8A;
}
.AnyTagClassName
{
color: #14BA8A;
}
</style>
background-color css
<style>
a { background-color: #14BA8A; }
a { background-color: rgb(20,186,138); }
div.DivClassName
{
background-color: #14BA8A;
}
.BgClassName
{
background-color: #14BA8A;
}
</style>
border-color css
<style>
span { border-color: #14BA8A; }
span { border-color: rgb(20,186,138); }
td.TdClassName
{
border-color: #14BA8A;
}
.TagClassName
{
border-color: #14BA8A;
}
</style>