COLOR #80FDAE

HEX: #80FDAE RGB: (128,253,174)

Color info

#80FDAE contains mainly green color. Web safe color of #80FDAE is #66FF99 (or #6F9).

RGB color model

#80FDAE color RGB value is (128,253,174).

RGB: (128,253,174) (50%, 99%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 253 of 255 = 99%
B 174 of 255 = 68%

128
253
174

R + G + B ~ 72%. #80FDAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 253 + 174 = 555 (100%)
R 128 of 555 ~ 23.06%
G 253 of 555 ~ 45.59%
B 174 of 555 ~ 31.35'%

%23.06
%45.59
%31.35

CMYK color model

#80FDAE color CMYK value is (49,0,31,1).

  • cyan value is 49.41%
  • magenta value is 0.00%
  • yellow value is 31.23%
  • key color value is 0.78%

CMYK: (49,0,31,1)
C49M0Y31K1 (49%, 0%, 31%, 1%)
(0.49 / 0.00 / 0.31 / 0.01)

CMYK percentages

%49.41
%0
%31.23
%0.78

Codes

Color #80FDAE in popluar color models

80 FD AE
RGB 128 253 174
HSL 142° 96.90% 74.71%
HSB/HSV 142° 49.41% 99.22%
CMYK 49.41% 0.00% 31.23%
0.78%

Color #80FDAE in popluar number systems.

HEX 80 FD AE
Decimal 128 253 174
Binary 10000000 11111101 10101110
Octal 200 375 256

Shades and tints

Shades of #80FDAE

#80FDAE
(128,253,174)
#75E69F
(117,230,159)
#6ACF90
(106,207,144)
#5FB881
(95,184,129)
#54A172
(84,161,114)
#498A63
(73,138,99)
#3E7354
(62,115,84)
#335C45
(51,92,69)
#284536
(40,69,54)
#1D2E27
(29,46,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #80FDAE

#80FDAE
(128,253,174)
#8BFDB5
(139,253,181)
#96FDBC
(150,253,188)
#A1FDC3
(161,253,195)
#ACFDCA
(172,253,202)
#B7FDD1
(183,253,209)
#C2FDD8
(194,253,216)
#CDFDDF
(205,253,223)
#D8FDE6
(216,253,230)
#E3FDED
(227,253,237)
#EEFDF4
(238,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FDAE color. Also use rgb(128,253,174) instead hex code.

Text Font Color

.myTextColor { color: #80FDAE; }

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

This text font color is #80FDAE.

Background Color

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

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

This div background color is #80FDAE.

Border color

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

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

This div border color is #80FDAE.

Opacity

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

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

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

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

This text has shadow with #80FDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80FDAE.

Preview

Color preview on black background

This text has color #80FDAE on black background.


Color preview on white background

This text has color #80FDAE on white background.


Black color preview on #80FDAE background

This text has black color on #80FDAE background.


White color preview on #80FDAE background

This text has white color on #80FDAE background.


Related colors

Complementary color

Complementary color for #hex is #7F0251.


I love getcolorcode.com

Triadic colors

1 #AE80FD and #FDAE80 with #80FDAE are triadic colors.

2 #AEFD80 and #FD80AE with #80FDAE are triadic colors.