Shades of Mountain Meadow #14A68E
Tints of Mountain Meadow #14A68E
RGB
CMYK
RGB Variations
Color information
#14A68E (or 0x14A68E) is known color: Mountain Meadow. HEX triplet: 14, A6 and 8E. RGB value is (20,166,142). Sum of RGB (Red+Green+Blue) = 20+166+142=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #14A68E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A68E is #EB5971. Grayscale: #777777. Windows color (decimal): -15423858 or 9348628. OLE color: 9348628.
HSL color Cylindrical-coordinate representation of color #14A68E: hue angle of 170.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A68E is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 142 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.35 |
| HSL | 170.14º | 0.78% | 0.36% | - |
| HSV(B) | 170.14º | 0.88% | 0.65% | - |
| XYZ | 18.81 | 29.37 | 30.27 | - |
| YUV | 119.61 | 140.63 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 142 | 0.88 | 0 | 0.14 | 0.35 | 170.14 | 0.78 | 0.36 |
| Hex | 14 | A6 | 8E | 58 | 0 | E | 23 | AA | 4E | 24 |
| Octal | 24 | 246 | 216 | 130 | 0 | 16 | 43 | 252 | 116 | 44 |
| Binary | 10100 | 10100110 | 10001110 | 1011000 | 0 | 1110 | 100011 | 10101010 | 1001110 | 100100 |
Color Harmonies of #14A68E
Complementary color
Monochromatic Colors of #14A68E
Black with #14A68E
Text Example
Text Example
White with #14A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A68E; }
p { color: rgb(20,166,142); }
H1.HeaderClassName
{
color: #14A68E;
}
.AnyTagClassName
{
color: #14A68E;
}
</style>
background-color css
<style>
a { background-color: #14A68E; }
a { background-color: rgb(20,166,142); }
div.DivClassName
{
background-color: #14A68E;
}
.BgClassName
{
background-color: #14A68E;
}
</style>
border-color css
<style>
span { border-color: #14A68E; }
span { border-color: rgb(20,166,142); }
td.TdClassName
{
border-color: #14A68E;
}
.TagClassName
{
border-color: #14A68E;
}
</style>