Html Css Color HEX #80FFA1 Mint Green

📋 copy color: '#80FFA1'

red 128 ◦ green 255 ◦ blue 161

#80FFA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #80FFA1

Tints of Mint Green #80FFA1

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.6%

R = 23.53%
G = 46.88%
B = 29.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#80FFA1 (or 0x80FFA1) is known color: 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

RGB 128 255 161 -
CMYK 0.50 0 0.37 0
HSL 135.59º 1% 0.75% -
HSV(B) 135.59º 0.5% 1% -
XYZ 51.1 78.68 46.21 -
YUV 206.31 102.42 72.14 -
System Red Green Blue C M Y K H S L
Decimal 128 255 161 0.50 0 0.37 0 135.59 1 0.75
Hex 80 FF A1 32 0 25 0 88 64 4B
Octal 200 377 241 62 0 45 0 210 144 113
Binary 10000000 11111111 10100001 110010 0 100101 0 10001000 1100100 1001011

Color Harmonies of #80FFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFA1

Black with #80FFA1

Text Example


Text Example

White with #80FFA1

Text Example


Text Example

HTML Codes & Css Web 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>