#14AB8A

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

Shades of Mountain Meadow #14AB8A

Tints of Mountain Meadow #14AB8A

Color information

#14AB8A (or 0x14AB8A) is unknown color: approx Mountain Meadow. HEX triplet: 14, AB and 8A. RGB value is (20,171,138). Sum of RGB (Red+Green+Blue) = 20+171+138=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB8A is #EB5475. Grayscale: #7A7A7A. Windows color (decimal): -15422582 or 9087764. OLE color: 9087764.

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

Color convert

RGB20171138-
CMYK0.8800.190.33
HSL166.89º79.06%37.45%-
HSV(B)166.89º88.3%67.06%-
XYZ19.4431.1129.02-
YUV122.09136.9755.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 171 (67.19% from 255) = 51.98%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=6.08%
G=51.98%
B=41.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201711380.8800.190.33166.8979.0637.45
Hex14AB8A5801321a74f25
Octal242532121300234124711745
Binary1010010101011100010101011000010011100001101001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,171,138); }

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

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

 a { background-color: rgb(20,171,138); }

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

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

 span { border-color: rgb(20,171,138); }

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