COLOR #80B59A

HEX: #80B59A
RGB: (128,181,154)

Color info

#80B59A contains red, green and blue colors in about the same proportion. Web safe color of #80B59A is #66CC99 (or #6C9).

RGB color model

#80B59A color RGB value is (128,181,154).

  • red value is 128;
  • green value is 181;
  • blue value is 154.
RGB:
(128,181,154)
(50%,71%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 181 of 255 = 71%
B 154 of 255 = 60%

128
181
154

R + G + B ~ 60%. #80B59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 181 + 154 = 463 (100%)
R 128 of 463 ~ 27.65%
G 181 of 463 ~ 39.09%
B 154 of 463 ~ 33.26%

%27.65
%39.09
%33.26

CMYK color model

#80B59A color CMYK value is (29,0,15,29).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(29,0,15,29)
C29M0Y15K29 
(29%,0%,15%,29%)
(0.29/0.00/0.15/0.29)	

CMYK percentages

%29.28
%0
%14.92
%29.02

Codes

Color #80B59A in popluar color models

80B59A
RGB128181154
HSL149°26.37%60.59%
HSB/HSV149°29.28%70.98%
CMYK29.28%0.00%14.92%
29.02%

Color #80B59A in popluar number systems.

HEX80B59A
Decimal128181154
Binary100000001011010110011010
Octal200265232

Shades and tints

Shades of #80B59A

#80B59A
(128,181,154)
#75A58C
(117,165,140)
#6A957E
(106,149,126)
#5F8570
(95,133,112)
#547562
(84,117,98)
#496554
(73,101,84)
#3E5546
(62,85,70)
#334538
(51,69,56)
#28352A
(40,53,42)
#1D251C
(29,37,28)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #80B59A

#80B59A
(128,181,154)
#8BBBA3
(139,187,163)
#96C1AC
(150,193,172)
#A1C7B5
(161,199,181)
#ACCDBE
(172,205,190)
#B7D3C7
(183,211,199)
#C2D9D0
(194,217,208)
#CDDFD9
(205,223,217)
#D8E5E2
(216,229,226)
#E3EBEB
(227,235,235)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B59A color. Also use rgb(128,181,154) instead hex code.

Text Font Color

.myTextColor { color: #80B59A; }

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

This text font color is #80B59A.


Background Color

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

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

This div background color is #80B59A.


Border color

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

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

This div border color is #80B59A.


Opacity

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

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

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

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

This text has shadow with #80B59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B59A on black background.


Color preview on white background

This text has color #80B59A on white background.



Black color preview on #80B59A background

This text has black color on #80B59A background.


White color preview on #80B59A background

This text has white color on #80B59A background.