Shades of Mountain Meadow #14BA8B
Tints of Mountain Meadow #14BA8B
RGB
CMYK
RGB Variations
Color information
#14BA8B (or 0x14BA8B) is known color: Mountain Meadow. HEX triplet: 14, BA and 8B. RGB value is (20,186,139). Sum of RGB (Red+Green+Blue) = 20+186+139=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA8B is #EB4574. Grayscale: #838383. Windows color (decimal): -15418741 or 9157140. OLE color: 9157140.
HSL color Cylindrical-coordinate representation of color #14BA8B: hue angle of 163.01º 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 #14BA8B is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 139 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.27 |
| HSL | 163.01º | 0.81% | 0.4% | - |
| HSV(B) | 163.01º | 0.89% | 0.73% | - |
| XYZ | 22.51 | 37.13 | 30.41 | - |
| YUV | 131.01 | 132.5 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 139 | 0.89 | 0 | 0.25 | 0.27 | 163.01 | 0.81 | 0.4 |
| Hex | 14 | BA | 8B | 59 | 0 | 19 | 1B | A3 | 51 | 28 |
| Octal | 24 | 272 | 213 | 131 | 0 | 31 | 33 | 243 | 121 | 50 |
| Binary | 10100 | 10111010 | 10001011 | 1011001 | 0 | 11001 | 11011 | 10100011 | 1010001 | 101000 |
Color Harmonies of #14BA8B
Complementary color
Monochromatic Colors of #14BA8B
Black with #14BA8B
Text Example
Text Example
White with #14BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA8B; }
p { color: rgb(20,186,139); }
H1.HeaderClassName
{
color: #14BA8B;
}
.AnyTagClassName
{
color: #14BA8B;
}
</style>
background-color css
<style>
a { background-color: #14BA8B; }
a { background-color: rgb(20,186,139); }
div.DivClassName
{
background-color: #14BA8B;
}
.BgClassName
{
background-color: #14BA8B;
}
</style>
border-color css
<style>
span { border-color: #14BA8B; }
span { border-color: rgb(20,186,139); }
td.TdClassName
{
border-color: #14BA8B;
}
.TagClassName
{
border-color: #14BA8B;
}
</style>