Html Css Color HEX #14AB89 Mountain Meadow

📋 copy color: '#14AB89'

red 20 ◦ green 171 ◦ blue 137

#14AB89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #14AB89

Tints of Mountain Meadow #14AB89

RGB

 RED value IS 20 (8.2% from 255) = 6.1%

 GREEN value IS 171 (67.19% from 255) = 52.13%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 6.1%
G = 52.13%
B = 41.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#14AB89 (or 0x14AB89) is known color: Mountain Meadow. HEX triplet: 14, AB and 89. RGB value is (20,171,137). Sum of RGB (Red+Green+Blue) = 20+171+137=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB89 is #EB5476. Grayscale: #797979. Windows color (decimal): -15422583 or 9022228. OLE color: 9022228.

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

Color convert

RGB 20 171 137 -
CMYK 0.88 0 0.20 0.33
HSL 166.49º 0.79% 0.37% -
HSV(B) 166.49º 0.88% 0.67% -
XYZ 19.37 31.08 28.65 -
YUV 121.98 136.47 55.26 -
System Red Green Blue C M Y K H S L
Decimal 20 171 137 0.88 0 0.20 0.33 166.49 0.79 0.37
Hex 14 AB 89 58 0 14 21 A6 4F 25
Octal 24 253 211 130 0 24 41 246 117 45
Binary 10100 10101011 10001001 1011000 0 10100 100001 10100110 1001111 100101

Color Harmonies of #14AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB89

Black with #14AB89

Text Example


Text Example

White with #14AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14AB89;
 }
 .AnyTagClassName
 {
   color: #14AB89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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