COLOR #80FFAB

HEX: #80FFAB
RGB: (128,255,171)

Color info

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

RGB color model

#80FFAB color RGB value is (128,255,171).

  • red value is 128;
  • green value is 255;
  • blue value is 171.
RGB:
(128,255,171)
(50%,100%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 255 of 255 = 100%
B 171 of 255 = 67%

128
255
171

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

Portions of RGB colors in percentages

R + G + B =
128 + 255 + 171 = 554 (100%)
R 128 of 554 ~ 23.1%
G 255 of 554 ~ 46.03%
B 171 of 554 ~ 30.87%

%23.1
%46.03
%30.87

CMYK color model

#80FFAB color CMYK value is (50,0,33,0).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(50,0,33,0)
C50M0Y33K0 
(50%,0%,33%,0%)
(0.50/0.00/0.33/0.00)	

CMYK percentages

%49.8
%0
%32.94
%0

Codes

Color #80FFAB in popluar color models

80FFAB
RGB128255171
HSL140°100.00%75.10%
HSB/HSV140°49.80%100.00%
CMYK49.80%0.00%32.94%
0.00%

Color #80FFAB in popluar number systems.

HEX80FFAB
Decimal128255171
Binary100000001111111110101011
Octal200377253

Shades and tints

Shades of #80FFAB

#80FFAB
(128,255,171)
#75E89C
(117,232,156)
#6AD18D
(106,209,141)
#5FBA7E
(95,186,126)
#54A36F
(84,163,111)
#498C60
(73,140,96)
#3E7551
(62,117,81)
#335E42
(51,94,66)
#284733
(40,71,51)
#1D3024
(29,48,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #80FFAB

#80FFAB
(128,255,171)
#8BFFB2
(139,255,178)
#96FFB9
(150,255,185)
#A1FFC0
(161,255,192)
#ACFFC7
(172,255,199)
#B7FFCE
(183,255,206)
#C2FFD5
(194,255,213)
#CDFFDC
(205,255,220)
#D8FFE3
(216,255,227)
#E3FFEA
(227,255,234)
#EEFFF1
(238,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FFAB color. Also use rgb(128,255,171) instead hex code.

Text Font Color

.myTextColor { color: #80FFAB; }

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

This text font color is #80FFAB.


Background Color

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

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

This div background color is #80FFAB.


Border color

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

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

This div border color is #80FFAB.


Opacity

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

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

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

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

This text has shadow with #80FFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FFAB on black background.


Color preview on white background

This text has color #80FFAB on white background.



Black color preview on #80FFAB background

This text has black color on #80FFAB background.


White color preview on #80FFAB background

This text has white color on #80FFAB background.