Html Css Color HEX #80FFAC Mint Green

📋 copy color: '#80FFAC'

red 128 ◦ green 255 ◦ blue 172

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

Shades of Mint Green #80FFAC

Tints of Mint Green #80FFAC

RGB

 RED value IS 128 (50.39% from 255) = 23.06%

 GREEN value IS 255 (100% from 255) = 45.95%

 BLUE value IS 172 (67.58% from 255) = 30.99%

R = 23.06%
G = 45.95%
B = 30.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#80FFAC (or 0x80FFAC) is known color: Mint Green. HEX triplet: 80, FF and AC. RGB value is (128,255,172). Sum of RGB (Red+Green+Blue) = 128+255+172=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFAC is #7F0053. Grayscale: #CFCFCF. Windows color (decimal): -8323156 or 11337600. OLE color: 11337600.

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

Color convert

RGB 128 255 172 -
CMYK 0.50 0 0.33 0
HSL 140.79º 1% 0.75% -
HSV(B) 140.79º 0.5% 1% -
XYZ 52.11 79.09 51.55 -
YUV 207.57 107.92 71.25 -
System Red Green Blue C M Y K H S L
Decimal 128 255 172 0.50 0 0.33 0 140.79 1 0.75
Hex 80 FF AC 32 0 21 0 8D 64 4B
Octal 200 377 254 62 0 41 0 215 144 113
Binary 10000000 11111111 10101100 110010 0 100001 0 10001101 1100100 1001011

Color Harmonies of #80FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFAC

Black with #80FFAC

Text Example


Text Example

White with #80FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FFAC;
 }
 .AnyTagClassName
 {
   color: #80FFAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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