Html Css Color HEX #14A080 Mountain Meadow

📋 copy color: '#14A080'

red 20 ◦ green 160 ◦ blue 128

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

Shades of Mountain Meadow #14A080

Tints of Mountain Meadow #14A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 6.49%
G = 51.95%
B = 41.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#14A080 (or 0x14A080) is known color: Mountain Meadow. HEX triplet: 14, A0 and 80. RGB value is (20,160,128). Sum of RGB (Red+Green+Blue) = 20+160+128=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #14A080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A080 is #EB5F7F. Grayscale: #727272. Windows color (decimal): -15425408 or 8429588. OLE color: 8429588.

HSL color Cylindrical-coordinate representation of color #14A080: hue angle of 166.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A080 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 128 -
CMYK 0.88 0 0.20 0.37
HSL 166.29º 0.78% 0.35% -
HSV(B) 166.29º 0.88% 0.63% -
XYZ 16.76 26.85 24.72 -
YUV 114.49 135.62 60.6 -
System Red Green Blue C M Y K H S L
Decimal 20 160 128 0.88 0 0.20 0.37 166.29 0.78 0.35
Hex 14 A0 80 58 0 14 25 A6 4E 23
Octal 24 240 200 130 0 24 45 246 116 43
Binary 10100 10100000 10000000 1011000 0 10100 100101 10100110 1001110 100011

Color Harmonies of #14A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A080

Black with #14A080

Text Example


Text Example

White with #14A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,160,128); }

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

background-color css

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

 a { background-color: rgb(20,160,128); }

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

border-color css

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

 span { border-color: rgb(20,160,128); }

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