Html Css Color HEX #80FEAA Mint Green

📋 copy color: '#80FEAA'

red 128 ◦ green 254 ◦ blue 170

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

Shades of Mint Green #80FEAA

Tints of Mint Green #80FEAA

RGB

 RED value IS 128 (50.39% from 255) = 23.19%

 GREEN value IS 254 (99.61% from 255) = 46.01%

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 23.19%
G = 46.01%
B = 30.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#80FEAA (or 0x80FEAA) is known color: Mint Green. HEX triplet: 80, FE and AA. RGB value is (128,254,170). Sum of RGB (Red+Green+Blue) = 128+254+170=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEAA is #7F0155. Grayscale: #CECECE. Windows color (decimal): -8323414 or 11206272. OLE color: 11206272.

HSL color Cylindrical-coordinate representation of color #80FEAA: hue angle of 140º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEAA is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 170 -
CMYK 0.50 0 0.33 0.00
HSL 140º 0.98% 0.75% -
HSV(B) 140º 0.5% 1% -
XYZ 51.6 78.38 50.44 -
YUV 206.75 107.26 71.83 -
System Red Green Blue C M Y K H S L
Decimal 128 254 170 0.50 0 0.33 0.00 140 0.98 0.75
Hex 80 FE AA 32 0 21 0 8C 62 4B
Octal 200 376 252 62 0 41 0 214 142 113
Binary 10000000 11111110 10101010 110010 0 100001 0 10001100 1100010 1001011

Color Harmonies of #80FEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEAA

Black with #80FEAA

Text Example


Text Example

White with #80FEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80FEAA; }

 p { color: rgb(128,254,170); }

 H1.HeaderClassName
 {
   color: #80FEAA;
 }
 .AnyTagClassName
 {
   color: #80FEAA;
 }
</style>

background-color css

<style>
 a { background-color: #80FEAA; }

 a { background-color: rgb(128,254,170); }

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

border-color css

<style>
 span { border-color: #80FEAA; }

 span { border-color: rgb(128,254,170); }

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