Html Css Color HEX #80FFA0 Mint Green

📋 copy color: '#80FFA0'

red 128 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #80FFA0

Tints of Mint Green #80FFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.47%

R = 23.57%
G = 46.96%
B = 29.47%

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

#80FFA0 (or 0x80FFA0) is known color: Mint Green. HEX triplet: 80, FF and A0. RGB value is (128,255,160). Sum of RGB (Red+Green+Blue) = 128+255+160=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FFA0 is #7F005F. Grayscale: #CECECE. Windows color (decimal): -8323168 or 10551168. OLE color: 10551168.

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

Color convert

RGB 128 255 160 -
CMYK 0.50 0 0.37 0
HSL 135.12º 1% 0.75% -
HSV(B) 135.12º 0.5% 1% -
XYZ 51.01 78.65 45.75 -
YUV 206.2 101.92 72.22 -
System Red Green Blue C M Y K H S L
Decimal 128 255 160 0.50 0 0.37 0 135.12 1 0.75
Hex 80 FF A0 32 0 25 0 87 64 4B
Octal 200 377 240 62 0 45 0 207 144 113
Binary 10000000 11111111 10100000 110010 0 100101 0 10000111 1100100 1001011

Color Harmonies of #80FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFA0

Black with #80FFA0

Text Example


Text Example

White with #80FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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