COLOR #80C19F

HEX: #80C19F
RGB: (128,193,159)

Color info

#80C19F contains mainly green and blue colors. Web safe color of #80C19F is #66CC99 (or #6C9).

RGB color model

#80C19F color RGB value is (128,193,159).

  • red value is 128;
  • green value is 193;
  • blue value is 159.
RGB:
(128,193,159)
(50%,76%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 193 of 255 = 76%
B 159 of 255 = 62%

128
193
159

R + G + B ~ 63%. #80C19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 193 + 159 = 480 (100%)
R 128 of 480 ~ 26.67%
G 193 of 480 ~ 40.21%
B 159 of 480 ~ 33.13%

%26.67
%40.21
%33.13

CMYK color model

#80C19F color CMYK value is (34,0,18,24).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 24.31%
CMYK:
(34,0,18,24)
C34M0Y18K24 
(34%,0%,18%,24%)
(0.34/0.00/0.18/0.24)	

CMYK percentages

%33.68
%0
%17.62
%24.31

Codes

Color #80C19F in popluar color models

80C19F
RGB128193159
HSL149°34.39%62.94%
HSB/HSV149°33.68%75.69%
CMYK33.68%0.00%17.62%
24.31%

Color #80C19F in popluar number systems.

HEX80C19F
Decimal128193159
Binary100000001100000110011111
Octal200301237

Shades and tints

Shades of #80C19F

#80C19F
(128,193,159)
#75B091
(117,176,145)
#6A9F83
(106,159,131)
#5F8E75
(95,142,117)
#547D67
(84,125,103)
#496C59
(73,108,89)
#3E5B4B
(62,91,75)
#334A3D
(51,74,61)
#28392F
(40,57,47)
#1D2821
(29,40,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #80C19F

#80C19F
(128,193,159)
#8BC6A7
(139,198,167)
#96CBAF
(150,203,175)
#A1D0B7
(161,208,183)
#ACD5BF
(172,213,191)
#B7DAC7
(183,218,199)
#C2DFCF
(194,223,207)
#CDE4D7
(205,228,215)
#D8E9DF
(216,233,223)
#E3EEE7
(227,238,231)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C19F color. Also use rgb(128,193,159) instead hex code.

Text Font Color

.myTextColor { color: #80C19F; }

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

This text font color is #80C19F.


Background Color

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

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

This div background color is #80C19F.


Border color

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

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

This div border color is #80C19F.


Opacity

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

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

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

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

This text has shadow with #80C19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C19F on black background.


Color preview on white background

This text has color #80C19F on white background.



Black color preview on #80C19F background

This text has black color on #80C19F background.


White color preview on #80C19F background

This text has white color on #80C19F background.