#80FFA4

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

Shades of Mint Green #80FFA4

Tints of Mint Green #80FFA4

Color information

#80FFA4 (or 0x80FFA4) is unknown color: approx Mint Green. HEX triplet: 80, FF and A4. RGB value is (128,255,164). Sum of RGB (Red+Green+Blue) = 128+255+164=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFA4 is #7F005B. Grayscale: #CECECE. Windows color (decimal): -8323164 or 10813312. OLE color: 10813312.

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

Color convert

RGB128255164-
CMYK0.5000.360
HSL137.01º100%75.1%-
HSV(B)137.01º49.8%100%-
XYZ51.3678.7947.62-
YUV206.65103.9271.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.40%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=23.40%
G=46.62%
B=29.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551640.5000.360137.0110075.1
Hex80FFA432024089644b
Octal200377244620440211144113
Binary100000001111111110100100110010010010001000100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,164); }

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

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

 a { background-color: rgb(128,255,164); }

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

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

 span { border-color: rgb(128,255,164); }

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