Shades of Mountain Meadow #14AA8C
Tints of Mountain Meadow #14AA8C
RGB
CMYK
RGB Variations
Color information
#14AA8C (or 0x14AA8C) is known color: Mountain Meadow. HEX triplet: 14, AA and 8C. RGB value is (20,170,140). Sum of RGB (Red+Green+Blue) = 20+170+140=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA8C is #EB5573. Grayscale: #797979. Windows color (decimal): -15422836 or 9218580. OLE color: 9218580.
HSL color Cylindrical-coordinate representation of color #14AA8C: hue angle of 168º 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 #14AA8C is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 140 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.33 |
| HSL | 168º | 0.79% | 0.37% | - |
| HSV(B) | 168º | 0.88% | 0.67% | - |
| XYZ | 19.4 | 30.79 | 29.73 | - |
| YUV | 121.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 140 | 0.88 | 0 | 0.18 | 0.33 | 168 | 0.79 | 0.37 |
| Hex | 14 | AA | 8C | 58 | 0 | 12 | 21 | A8 | 4F | 25 |
| Octal | 24 | 252 | 214 | 130 | 0 | 22 | 41 | 250 | 117 | 45 |
| Binary | 10100 | 10101010 | 10001100 | 1011000 | 0 | 10010 | 100001 | 10101000 | 1001111 | 100101 |
Color Harmonies of #14AA8C
Complementary color
Monochromatic Colors of #14AA8C
Black with #14AA8C
Text Example
Text Example
White with #14AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA8C; }
p { color: rgb(20,170,140); }
H1.HeaderClassName
{
color: #14AA8C;
}
.AnyTagClassName
{
color: #14AA8C;
}
</style>
background-color css
<style>
a { background-color: #14AA8C; }
a { background-color: rgb(20,170,140); }
div.DivClassName
{
background-color: #14AA8C;
}
.BgClassName
{
background-color: #14AA8C;
}
</style>
border-color css
<style>
span { border-color: #14AA8C; }
span { border-color: rgb(20,170,140); }
td.TdClassName
{
border-color: #14AA8C;
}
.TagClassName
{
border-color: #14AA8C;
}
</style>