COLOR #80C39F

HEX: #80C39F RGB: (128,195,159)

Color info

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

RGB color model

#80C39F color RGB value is (128,195,159).

RGB: (128,195,159) (50%, 76%, 62%)

RGB channels and saturation

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

128
195
159

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

Portions of RGB colors in percentages

R + G + B = 128 + 195 + 159 = 482 (100%)
R 128 of 482 ~ 26.56%
G 195 of 482 ~ 40.46%
B 159 of 482 ~ 32.99'%

%26.56
%40.46
%32.99

CMYK color model

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

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

CMYK percentages

%34.36
%0
%18.46
%23.53

Codes

Color #80C39F in popluar color models

80 C3 9F
RGB 128 195 159
HSL 148° 35.83% 63.33%
HSB/HSV 148° 34.36% 76.47%
CMYK 34.36% 0.00% 18.46%
23.53%

Color #80C39F in popluar number systems.

HEX 80 C3 9F
Decimal 128 195 159
Binary 10000000 11000011 10011111
Octal 200 303 237

Shades and tints

Shades of #80C39F

#80C39F
(128,195,159)
#75B291
(117,178,145)
#6AA183
(106,161,131)
#5F9075
(95,144,117)
#547F67
(84,127,103)
#496E59
(73,110,89)
#3E5D4B
(62,93,75)
#334C3D
(51,76,61)
#283B2F
(40,59,47)
#1D2A21
(29,42,33)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #80C39F

#80C39F
(128,195,159)
#8BC8A7
(139,200,167)
#96CDAF
(150,205,175)
#A1D2B7
(161,210,183)
#ACD7BF
(172,215,191)
#B7DCC7
(183,220,199)
#C2E1CF
(194,225,207)
#CDE6D7
(205,230,215)
#D8EBDF
(216,235,223)
#E3F0E7
(227,240,231)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C39F; }

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

This text font color is #80C39F.

Background Color

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

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

This div background color is #80C39F.

Border color

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

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

This div border color is #80C39F.

Opacity

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

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

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

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

This text has shadow with #80C39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C39F.

Preview

Color preview on black background

This text has color #80C39F on black background.


Color preview on white background

This text has color #80C39F on white background.


Black color preview on #80C39F background

This text has black color on #80C39F background.


White color preview on #80C39F background

This text has white color on #80C39F background.


Related colors

Complementary color

Complementary color for #hex is #7F3C60.


I love getcolorcode.com

Triadic colors

1 #9F80C3 and #C39F80 with #80C39F are triadic colors.

2 #9FC380 and #C3809F with #80C39F are triadic colors.