Shades of Mountain Meadow #14AA8D
Tints of Mountain Meadow #14AA8D
RGB
CMYK
RGB Variations
Color information
#14AA8D (or 0x14AA8D) is known color: Mountain Meadow. HEX triplet: 14, AA and 8D. RGB value is (20,170,141). Sum of RGB (Red+Green+Blue) = 20+170+141=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA8D is #EB5572. Grayscale: #797979. Windows color (decimal): -15422835 or 9284116. OLE color: 9284116.
HSL color Cylindrical-coordinate representation of color #14AA8D: hue angle of 168.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA8D is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 141 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.33 |
| HSL | 168.4º | 0.79% | 0.37% | - |
| HSV(B) | 168.4º | 0.88% | 0.67% | - |
| XYZ | 19.47 | 30.82 | 30.12 | - |
| YUV | 121.84 | 138.81 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 141 | 0.88 | 0 | 0.17 | 0.33 | 168.4 | 0.79 | 0.37 |
| Hex | 14 | AA | 8D | 58 | 0 | 11 | 21 | A8 | 4F | 25 |
| Octal | 24 | 252 | 215 | 130 | 0 | 21 | 41 | 250 | 117 | 45 |
| Binary | 10100 | 10101010 | 10001101 | 1011000 | 0 | 10001 | 100001 | 10101000 | 1001111 | 100101 |
Color Harmonies of #14AA8D
Complementary color
Monochromatic Colors of #14AA8D
Black with #14AA8D
Text Example
Text Example
White with #14AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA8D; }
p { color: rgb(20,170,141); }
H1.HeaderClassName
{
color: #14AA8D;
}
.AnyTagClassName
{
color: #14AA8D;
}
</style>
background-color css
<style>
a { background-color: #14AA8D; }
a { background-color: rgb(20,170,141); }
div.DivClassName
{
background-color: #14AA8D;
}
.BgClassName
{
background-color: #14AA8D;
}
</style>
border-color css
<style>
span { border-color: #14AA8D; }
span { border-color: rgb(20,170,141); }
td.TdClassName
{
border-color: #14AA8D;
}
.TagClassName
{
border-color: #14AA8D;
}
</style>