#14AA8E

Color #14AA8E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14AA8E

Tints of Mountain Meadow #14AA8E

Color information

#14AA8E (or 0x14AA8E) is unknown color: approx Mountain Meadow. HEX triplet: 14, AA and 8E. RGB value is (20,170,142). Sum of RGB (Red+Green+Blue) = 20+170+142=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA8E is #EB5571. Grayscale: #797979. Windows color (decimal): -15422834 or 9349652. OLE color: 9349652.

HSL color Cylindrical-coordinate representation of color #14AA8E: hue angle of 168.8º 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 #14AA8E is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB20170142-
CMYK0.8800.160.33
HSL168.8º78.95%37.25%-
HSV(B)168.8º88.24%66.67%-
XYZ19.5530.8530.52-
YUV121.96139.355.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=6.02%
G=51.20%
B=42.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201701420.8800.160.33168.878.9537.25
Hex14AA8E5801021a94f25
Octal242522161300204125111745
Binary1010010101010100011101011000010000100001101010011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14AA8E; }

 p { color: rgb(20,170,142); }

 H1.HeaderClassName
 {
   color: #14AA8E;
 }
 .AnyTagClassName
 {
   color: #14AA8E;
 }
</style>
background-color css

<style>
 a { background-color: #14AA8E; }

 a { background-color: rgb(20,170,142); }

 div.DivClassName
 {
   background-color: #14AA8E;
 }
 .BgClassName
 {
   background-color: #14AA8E;
 }
</style>
border-color css

<style>
 span { border-color: #14AA8E; }

 span { border-color: rgb(20,170,142); }

 td.TdClassName
 {
   border-color: #14AA8E;
 }
 .TagClassName
 {
   border-color: #14AA8E;
 }
</style>