COLOR #80E5AA

HEX: #80E5AA
RGB: (128,229,170)

Color info

#80E5AA contains mainly green and blue colors. Web safe color of #80E5AA is #66CC99 (or #6C9).

RGB color model

#80E5AA color RGB value is (128,229,170).

  • red value is 128;
  • green value is 229;
  • blue value is 170.
RGB:
(128,229,170)
(50%,90%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 229 of 255 = 90%
B 170 of 255 = 67%

128
229
170

R + G + B ~ 69%. #80E5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 229 + 170 = 527 (100%)
R 128 of 527 ~ 24.29%
G 229 of 527 ~ 43.45%
B 170 of 527 ~ 32.26%

%24.29
%43.45
%32.26

CMYK color model

#80E5AA color CMYK value is (44,0,26,10).

  • cyan value is 44.10%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK:
(44,0,26,10)
C44M0Y26K10 
(44%,0%,26%,10%)
(0.44/0.00/0.26/0.10)	

CMYK percentages

%44.1
%0
%25.76
%10.2

Codes

Color #80E5AA in popluar color models

80E5AA
RGB128229170
HSL145°66.01%70.00%
HSB/HSV145°44.10%89.80%
CMYK44.10%0.00%25.76%
10.20%

Color #80E5AA in popluar number systems.

HEX80E5AA
Decimal128229170
Binary100000001110010110101010
Octal200345252

Shades and tints

Shades of #80E5AA

#80E5AA
(128,229,170)
#75D19B
(117,209,155)
#6ABD8C
(106,189,140)
#5FA97D
(95,169,125)
#54956E
(84,149,110)
#49815F
(73,129,95)
#3E6D50
(62,109,80)
#335941
(51,89,65)
#284532
(40,69,50)
#1D3123
(29,49,35)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #80E5AA

#80E5AA
(128,229,170)
#8BE7B1
(139,231,177)
#96E9B8
(150,233,184)
#A1EBBF
(161,235,191)
#ACEDC6
(172,237,198)
#B7EFCD
(183,239,205)
#C2F1D4
(194,241,212)
#CDF3DB
(205,243,219)
#D8F5E2
(216,245,226)
#E3F7E9
(227,247,233)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E5AA color. Also use rgb(128,229,170) instead hex code.

Text Font Color

.myTextColor { color: #80E5AA; }

<p style="color:#80E5AA">This sample text font color is #80E5AA.</p>

This text font color is #80E5AA.


Background Color

.myBgColor { background-color: #80E5AA; }

<div style="background-color:#80E5AA">Inner text</div>

This div background color is #80E5AA.


Border color

.myBorderColor { border: 1px solid #80E5AA; }

<div style="border:3px solid #80E5AA">Div</div>

This div border color is #80E5AA.


Opacity

.myOpacity80 { color: #80E5AA; opacity: 0.8; }

<p style="color:#80E5AA;opacity:0.8;">80%</p>

Text with #80E5AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #80E5AA;}

<p style="text-shadow: 3px 3px 1px #80E5AA">Text here.</p>

This text has shadow with #80E5AA color.

.textShadow {text-shadow: 3px 3px 1px #80E5AA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #80E5AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #80E5AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80E5AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#80E5AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #80E5AA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #80E5AA;
  -webkit-box-shadow:	1px 1px 3px 2px #80E5AA;
  box-shadow:		1px 1px 3px 2px #80E5AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80E5AA;
-webkit-box-shadow: 1px 1px 3px 2px #80E5AA;
box-shadow:1px 1px 3px 2px #80E5AA;">
Div content here</div>
This div box has shadow with color #80E5AA.

Preview

Color preview on black background

This text has color #80E5AA on black background.


Color preview on white background

This text has color #80E5AA on white background.



Black color preview on #80E5AA background

This text has black color on #80E5AA background.


White color preview on #80E5AA background

This text has white color on #80E5AA background.