#80FFA6

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

Shades of Mint Green #80FFA6

Tints of Mint Green #80FFA6

Color information

#80FFA6 (or 0x80FFA6) is unknown color: approx Mint Green. HEX triplet: 80, FF and A6. RGB value is (128,255,166). Sum of RGB (Red+Green+Blue) = 128+255+166=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFA6 is #7F0059. Grayscale: #CFCFCF. Windows color (decimal): -8323162 or 10944384. OLE color: 10944384.

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

Color convert

RGB128255166-
CMYK0.5000.350
HSL137.95º100%75.1%-
HSV(B)137.95º49.8%100%-
XYZ51.5578.8648.58-
YUV206.88104.9271.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.32%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 166 (65.23% from 255) = 30.24%
R=23.32%
G=46.45%
B=30.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551660.5000.350137.9510075.1
Hex80FFA63202308a644b
Octal200377246620430212144113
Binary100000001111111110100110110010010001101000101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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