#80FEAC

Color #80FEAC Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #80FEAC

Tints of Mint Green #80FEAC

Color information

#80FEAC (or 0x80FEAC) is unknown color: approx Mint Green. HEX triplet: 80, FE and AC. RGB value is (128,254,172). Sum of RGB (Red+Green+Blue) = 128+254+172=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEAC is #7F0153. Grayscale: #CFCFCF. Windows color (decimal): -8323412 or 11337344. OLE color: 11337344.

HSL color Cylindrical-coordinate representation of color #80FEAC: hue angle of 140.95º 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 #80FEAC is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB128254172-
CMYK0.5000.320.00
HSL140.95º98.44%74.9%-
HSV(B)140.95º49.61%99.61%-
XYZ51.7978.4551.44-
YUV206.98108.2671.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 254 (99.61% from 255) = 45.85%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=23.10%
G=45.85%
B=31.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282541720.5000.320.00140.9598.4474.9
Hex80FEAC3202008d624b
Octal200376254620400215142113
Binary100000001111111010101100110010010000001000110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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