Html Css Color HEX #80FFA2 Mint Green

📋 copy color: '#80FFA2'

red 128 ◦ green 255 ◦ blue 162

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

Shades of Mint Green #80FFA2

Tints of Mint Green #80FFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.72%

R = 23.49%
G = 46.79%
B = 29.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#80FFA2 (or 0x80FFA2) is known color: Mint Green. HEX triplet: 80, FF and A2. RGB value is (128,255,162). Sum of RGB (Red+Green+Blue) = 128+255+162=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFA2 is #7F005D. Grayscale: #CECECE. Windows color (decimal): -8323166 or 10682240. OLE color: 10682240.

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

Color convert

RGB 128 255 162 -
CMYK 0.50 0 0.36 0
HSL 136.06º 1% 0.75% -
HSV(B) 136.06º 0.5% 1% -
XYZ 51.18 78.72 46.68 -
YUV 206.43 102.92 72.06 -
System Red Green Blue C M Y K H S L
Decimal 128 255 162 0.50 0 0.36 0 136.06 1 0.75
Hex 80 FF A2 32 0 24 0 88 64 4B
Octal 200 377 242 62 0 44 0 210 144 113
Binary 10000000 11111111 10100010 110010 0 100100 0 10001000 1100100 1001011

Color Harmonies of #80FFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFA2

Black with #80FFA2

Text Example


Text Example

White with #80FFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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