COLOR #80DFAA

HEX: #80DFAA RGB: (128,223,170)

Color info

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

RGB color model

#80DFAA color RGB value is (128,223,170).

RGB: (128,223,170) (50%, 87%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 223 of 255 = 87%
B 170 of 255 = 67%

128
223
170

R + G + B ~ 68%. #80DFAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 223 + 170 = 521 (100%)
R 128 of 521 ~ 24.57%
G 223 of 521 ~ 42.8%
B 170 of 521 ~ 32.63'%

%24.57
%42.8
%32.63

CMYK color model

#80DFAA color CMYK value is (43,0,24,13).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK: (43,0,24,13) C43M0Y24K13 (43%,0%,24%,13%) (0.43/0.00/0.24/0.13) 

CMYK percentages

%42.6
%0
%23.77
%12.55

Codes

Color #80DFAA in popluar color models

80 DF AA
RGB 128 223 170
HSL 147° 59.75% 68.82%
HSB/HSV 147° 42.60% 87.45%
CMYK 42.60% 0.00% 23.77%
12.55%

Color #80DFAA in popluar number systems.

HEX 80 DF AA
Decimal 128 223 170
Binary 10000000 11011111 10101010
Octal 200 337 252

Shades and tints

Shades of #80DFAA

#80DFAA
(128,223,170)
#75CB9B
(117,203,155)
#6AB78C
(106,183,140)
#5FA37D
(95,163,125)
#548F6E
(84,143,110)
#497B5F
(73,123,95)
#3E6750
(62,103,80)
#335341
(51,83,65)
#283F32
(40,63,50)
#1D2B23
(29,43,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #80DFAA

#80DFAA
(128,223,170)
#8BE1B1
(139,225,177)
#96E3B8
(150,227,184)
#A1E5BF
(161,229,191)
#ACE7C6
(172,231,198)
#B7E9CD
(183,233,205)
#C2EBD4
(194,235,212)
#CDEDDB
(205,237,219)
#D8EFE2
(216,239,226)
#E3F1E9
(227,241,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80DFAA; }

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

This text font color is #80DFAA.

Background Color

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

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

This div background color is #80DFAA.

Border color

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

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

This div border color is #80DFAA.

Opacity

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

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

Text with #80DFAA 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 #80DFAA;}

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

This text has shadow with #80DFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80DFAA.

Preview

Color preview on black background

This text has color #80DFAA on black background.


Color preview on white background

This text has color #80DFAA on white background.


Black color preview on #80DFAA background

This text has black color on #80DFAA background.


White color preview on #80DFAA background

This text has white color on #80DFAA background.


Related colors

Complementary color

Complementary color for #hex is #7F2055.


I love getcolorcode.com

Triadic colors

1 #AA80DF and #DFAA80 with #80DFAA are triadic colors.

2 #AADF80 and #DF80AA with #80DFAA are triadic colors.