#80FFA1

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

Shades of Mint Green #80FFA1

Tints of Mint Green #80FFA1

Color information

#80FFA1 (or 0x80FFA1) is unknown color: approx Mint Green. HEX triplet: 80, FF and A1. RGB value is (128,255,161). Sum of RGB (Red+Green+Blue) = 128+255+161=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFA1 is #7F005E. Grayscale: #CECECE. Windows color (decimal): -8323167 or 10616704. OLE color: 10616704.

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

Color convert

RGB128255161-
CMYK0.5000.370
HSL135.59º100%75.1%-
HSV(B)135.59º49.8%100%-
XYZ51.178.6846.21-
YUV206.31102.4272.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=23.53%
G=46.88%
B=29.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551610.5000.370135.5910075.1
Hex80FFA132025088644b
Octal200377241620450210144113
Binary100000001111111110100001110010010010101000100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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