COLOR #80C193

HEX: #80C193 RGB: (128,193,147)

Color info

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

RGB color model

#80C193 color RGB value is (128,193,147).

RGB: (128,193,147) (50%, 76%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 193 of 255 = 76%
B 147 of 255 = 58%

128
193
147

R + G + B ~ 61%. #80C193 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 193 + 147 = 468 (100%)
R 128 of 468 ~ 27.35%
G 193 of 468 ~ 41.24%
B 147 of 468 ~ 31.41'%

%27.35
%41.24
%31.41

CMYK color model

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

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 24.31%

CMYK: (34,0,24,24)
C34M0Y24K24 (34%, 0%, 24%, 24%)
(0.34 / 0.00 / 0.24 / 0.24)

CMYK percentages

%33.68
%0
%23.83
%24.31

Codes

Color #80C193 in popluar color models

80 C1 93
RGB 128 193 147
HSL 138° 34.39% 62.94%
HSB/HSV 138° 33.68% 75.69%
CMYK 33.68% 0.00% 23.83%
24.31%

Color #80C193 in popluar number systems.

HEX 80 C1 93
Decimal 128 193 147
Binary 10000000 11000001 10010011
Octal 200 301 223

Shades and tints

Shades of #80C193

#80C193
(128,193,147)
#75B086
(117,176,134)
#6A9F79
(106,159,121)
#5F8E6C
(95,142,108)
#547D5F
(84,125,95)
#496C52
(73,108,82)
#3E5B45
(62,91,69)
#334A38
(51,74,56)
#28392B
(40,57,43)
#1D281E
(29,40,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #80C193

#80C193
(128,193,147)
#8BC69C
(139,198,156)
#96CBA5
(150,203,165)
#A1D0AE
(161,208,174)
#ACD5B7
(172,213,183)
#B7DAC0
(183,218,192)
#C2DFC9
(194,223,201)
#CDE4D2
(205,228,210)
#D8E9DB
(216,233,219)
#E3EEE4
(227,238,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C193; }

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

This text font color is #80C193.

Background Color

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

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

This div background color is #80C193.

Border color

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

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

This div border color is #80C193.

Opacity

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

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

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

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

This text has shadow with #80C193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C193.

Preview

Color preview on black background

This text has color #80C193 on black background.


Color preview on white background

This text has color #80C193 on white background.


Black color preview on #80C193 background

This text has black color on #80C193 background.


White color preview on #80C193 background

This text has white color on #80C193 background.


Related colors

Complementary color

Complementary color for #hex is #7F3E6C.


I love getcolorcode.com

Triadic colors

1 #9380C1 and #C19380 with #80C193 are triadic colors.

2 #93C180 and #C18093 with #80C193 are triadic colors.