#14AB83

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

Shades of Mountain Meadow #14AB83

Tints of Mountain Meadow #14AB83

Color information

#14AB83 (or 0x14AB83) is unknown color: approx Mountain Meadow. HEX triplet: 14, AB and 83. RGB value is (20,171,131). Sum of RGB (Red+Green+Blue) = 20+171+131=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB83 is #EB547C. Grayscale: #797979. Windows color (decimal): -15422589 or 8629012. OLE color: 8629012.

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

Color convert

RGB20171131-
CMYK0.8800.230.33
HSL164.11º79.06%37.45%-
HSV(B)164.11º88.3%67.06%-
XYZ18.9530.9126.44-
YUV121.29133.4755.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 171 (67.19% from 255) = 53.11%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=6.21%
G=53.11%
B=40.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201711310.8800.230.33164.1179.0637.45
Hex14AB835801721a44f25
Octal242532031300274124411745
Binary1010010101011100000111011000010111100001101001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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