COLOR #80FFA8

HEX: #80FFA8
RGB: (128,255,168)

Color info

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

RGB color model

#80FFA8 color RGB value is (128,255,168).

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

RGB channels and saturation

R 128 of 255 = 50%
G 255 of 255 = 100%
B 168 of 255 = 66%

128
255
168

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

Portions of RGB colors in percentages

R + G + B =
128 + 255 + 168 = 551 (100%)
R 128 of 551 ~ 23.23%
G 255 of 551 ~ 46.28%
B 168 of 551 ~ 30.49%

%23.23
%46.28
%30.49

CMYK color model

#80FFA8 color CMYK value is (50,0,34,0).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 0.00%
CMYK:
(50,0,34,0)
C50M0Y34K0 
(50%,0%,34%,0%)
(0.50/0.00/0.34/0.00)	

CMYK percentages

%49.8
%0
%34.12
%0

Codes

Color #80FFA8 in popluar color models

80FFA8
RGB128255168
HSL139°100.00%75.10%
HSB/HSV139°49.80%100.00%
CMYK49.80%0.00%34.12%
0.00%

Color #80FFA8 in popluar number systems.

HEX80FFA8
Decimal128255168
Binary100000001111111110101000
Octal200377250

Shades and tints

Shades of #80FFA8

#80FFA8
(128,255,168)
#75E899
(117,232,153)
#6AD18A
(106,209,138)
#5FBA7B
(95,186,123)
#54A36C
(84,163,108)
#498C5D
(73,140,93)
#3E754E
(62,117,78)
#335E3F
(51,94,63)
#284730
(40,71,48)
#1D3021
(29,48,33)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #80FFA8

#80FFA8
(128,255,168)
#8BFFAF
(139,255,175)
#96FFB6
(150,255,182)
#A1FFBD
(161,255,189)
#ACFFC4
(172,255,196)
#B7FFCB
(183,255,203)
#C2FFD2
(194,255,210)
#CDFFD9
(205,255,217)
#D8FFE0
(216,255,224)
#E3FFE7
(227,255,231)
#EEFFEE
(238,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80FFA8; }

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

This text font color is #80FFA8.


Background Color

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

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

This div background color is #80FFA8.


Border color

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

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

This div border color is #80FFA8.


Opacity

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

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

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

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

This text has shadow with #80FFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FFA8 on black background.


Color preview on white background

This text has color #80FFA8 on white background.



Black color preview on #80FFA8 background

This text has black color on #80FFA8 background.


White color preview on #80FFA8 background

This text has white color on #80FFA8 background.