Html Css Color HEX #80FEA8 Mint Green

📋 copy color: '#80FEA8'

red 128 ◦ green 254 ◦ blue 168

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

Shades of Mint Green #80FEA8

Tints of Mint Green #80FEA8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 23.27%
G = 46.18%
B = 30.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#80FEA8 (or 0x80FEA8) is known color: Mint Green. HEX triplet: 80, FE and A8. RGB value is (128,254,168). Sum of RGB (Red+Green+Blue) = 128+254+168=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEA8 is #7F0157. Grayscale: #CECECE. Windows color (decimal): -8323416 or 11075200. OLE color: 11075200.

HSL color Cylindrical-coordinate representation of color #80FEA8: hue angle of 139.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEA8 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 168 -
CMYK 0.50 0 0.34 0.00
HSL 139.05º 0.98% 0.75% -
HSV(B) 139.05º 0.5% 1% -
XYZ 51.41 78.3 49.45 -
YUV 206.52 106.26 71.99 -
System Red Green Blue C M Y K H S L
Decimal 128 254 168 0.50 0 0.34 0.00 139.05 0.98 0.75
Hex 80 FE A8 32 0 22 0 8B 62 4B
Octal 200 376 250 62 0 42 0 213 142 113
Binary 10000000 11111110 10101000 110010 0 100010 0 10001011 1100010 1001011

Color Harmonies of #80FEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEA8

Black with #80FEA8

Text Example


Text Example

White with #80FEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,254,168); }

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

background-color css

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

 a { background-color: rgb(128,254,168); }

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

border-color css

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

 span { border-color: rgb(128,254,168); }

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