COLOR #80EA96

HEX: #80EA96 RGB: (128,234,150)

Color info

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

RGB color model

#80EA96 color RGB value is (128,234,150).

RGB: (128,234,150) (50%, 92%, 59%)

RGB channels and saturation

R 128 of 255 = 50%
G 234 of 255 = 92%
B 150 of 255 = 59%

128
234
150

R + G + B ~ 67%. #80EA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 234 + 150 = 512 (100%)
R 128 of 512 ~ 25%
G 234 of 512 ~ 45.7%
B 150 of 512 ~ 29.3'%

%25
%45.7
%29.3

CMYK color model

#80EA96 color CMYK value is (45,0,36,8).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK: (45,0,36,8) C45M0Y36K8 (45%,0%,36%,8%) (0.45/0.00/0.36/0.08) 

CMYK percentages

%45.3
%0
%35.9
%8.24

Codes

Color #80EA96 in popluar color models

80 EA 96
RGB 128 234 150
HSL 132° 71.62% 70.98%
HSB/HSV 132° 45.30% 91.76%
CMYK 45.30% 0.00% 35.90%
8.24%

Color #80EA96 in popluar number systems.

HEX 80 EA 96
Decimal 128 234 150
Binary 10000000 11101010 10010110
Octal 200 352 226

Shades and tints

Shades of #80EA96

#80EA96
(128,234,150)
#75D589
(117,213,137)
#6AC07C
(106,192,124)
#5FAB6F
(95,171,111)
#549662
(84,150,98)
#498155
(73,129,85)
#3E6C48
(62,108,72)
#33573B
(51,87,59)
#28422E
(40,66,46)
#1D2D21
(29,45,33)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #80EA96

#80EA96
(128,234,150)
#8BEB9F
(139,235,159)
#96ECA8
(150,236,168)
#A1EDB1
(161,237,177)
#ACEEBA
(172,238,186)
#B7EFC3
(183,239,195)
#C2F0CC
(194,240,204)
#CDF1D5
(205,241,213)
#D8F2DE
(216,242,222)
#E3F3E7
(227,243,231)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80EA96 color. Also use rgb(128,234,150) instead hex code.

Text Font Color

.myTextColor { color: #80EA96; }

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

This text font color is #80EA96.

Background Color

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

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

This div background color is #80EA96.

Border color

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

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

This div border color is #80EA96.

Opacity

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

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

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

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

This text has shadow with #80EA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80EA96.

Preview

Color preview on black background

This text has color #80EA96 on black background.


Color preview on white background

This text has color #80EA96 on white background.


Black color preview on #80EA96 background

This text has black color on #80EA96 background.


White color preview on #80EA96 background

This text has white color on #80EA96 background.


Related colors

Complementary color

Complementary color for #hex is #7F1569.


I love getcolorcode.com

Triadic colors

1 #9680EA and #EA9680 with #80EA96 are triadic colors.

2 #96EA80 and #EA8096 with #80EA96 are triadic colors.