#14AB8B

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

Shades of Mountain Meadow #14AB8B

Tints of Mountain Meadow #14AB8B

Color information

#14AB8B (or 0x14AB8B) is unknown color: approx Mountain Meadow. HEX triplet: 14, AB and 8B. RGB value is (20,171,139). Sum of RGB (Red+Green+Blue) = 20+171+139=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB8B is #EB5474. Grayscale: #7A7A7A. Windows color (decimal): -15422581 or 9153300. OLE color: 9153300.

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

Color convert

RGB20171139-
CMYK0.8800.190.33
HSL167.28º79.06%37.45%-
HSV(B)167.28º88.3%67.06%-
XYZ19.5131.1429.41-
YUV122.2137.4755.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.06%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=6.06%
G=51.82%
B=42.12%

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
Decimal201711390.8800.190.33167.2879.0637.45
Hex14AB8B5801321a74f25
Octal242532131300234124711745
Binary1010010101011100010111011000010011100001101001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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