#80FFAA

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

Shades of Mint Green #80FFAA

Tints of Mint Green #80FFAA

Color information

#80FFAA (or 0x80FFAA) is unknown color: approx Mint Green. HEX triplet: 80, FF and AA. RGB value is (128,255,170). Sum of RGB (Red+Green+Blue) = 128+255+170=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFAA is #7F0055. Grayscale: #CFCFCF. Windows color (decimal): -8323158 or 11206528. OLE color: 11206528.

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

Color convert

RGB128255170-
CMYK0.5000.330
HSL139.84º100%75.1%-
HSV(B)139.84º49.8%100%-
XYZ51.9279.0150.54-
YUV207.34106.9271.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=23.15%
G=46.11%
B=30.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551700.5000.330139.8410075.1
Hex80FFAA3202108c644b
Octal200377252620410214144113
Binary100000001111111110101010110010010000101000110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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