Shades of Mountain Meadow #14BA8F
Tints of Mountain Meadow #14BA8F
RGB
CMYK
RGB Variations
Color information
#14BA8F (or 0x14BA8F) is known color: Mountain Meadow. HEX triplet: 14, BA and 8F. RGB value is (20,186,143). Sum of RGB (Red+Green+Blue) = 20+186+143=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA8F is #EB4570. Grayscale: #838383. Windows color (decimal): -15418737 or 9419284. OLE color: 9419284.
HSL color Cylindrical-coordinate representation of color #14BA8F: hue angle of 164.46º 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 #14BA8F is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 143 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.27 |
| HSL | 164.46º | 0.81% | 0.4% | - |
| HSV(B) | 164.46º | 0.89% | 0.73% | - |
| XYZ | 22.81 | 37.25 | 31.97 | - |
| YUV | 131.46 | 134.5 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 143 | 0.89 | 0 | 0.23 | 0.27 | 164.46 | 0.81 | 0.4 |
| Hex | 14 | BA | 8F | 59 | 0 | 17 | 1B | A4 | 51 | 28 |
| Octal | 24 | 272 | 217 | 131 | 0 | 27 | 33 | 244 | 121 | 50 |
| Binary | 10100 | 10111010 | 10001111 | 1011001 | 0 | 10111 | 11011 | 10100100 | 1010001 | 101000 |
Color Harmonies of #14BA8F
Complementary color
Monochromatic Colors of #14BA8F
Black with #14BA8F
Text Example
Text Example
White with #14BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA8F; }
p { color: rgb(20,186,143); }
H1.HeaderClassName
{
color: #14BA8F;
}
.AnyTagClassName
{
color: #14BA8F;
}
</style>
background-color css
<style>
a { background-color: #14BA8F; }
a { background-color: rgb(20,186,143); }
div.DivClassName
{
background-color: #14BA8F;
}
.BgClassName
{
background-color: #14BA8F;
}
</style>
border-color css
<style>
span { border-color: #14BA8F; }
span { border-color: rgb(20,186,143); }
td.TdClassName
{
border-color: #14BA8F;
}
.TagClassName
{
border-color: #14BA8F;
}
</style>