COLOR #80CA98

HEX: #80CA98 RGB: (128,202,152)

Color info

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

RGB color model

#80CA98 color RGB value is (128,202,152).

RGB: (128,202,152) (50%, 79%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 202 of 255 = 79%
B 152 of 255 = 60%

128
202
152

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

Portions of RGB colors in percentages

R + G + B = 128 + 202 + 152 = 482 (100%)
R 128 of 482 ~ 26.56%
G 202 of 482 ~ 41.91%
B 152 of 482 ~ 31.54'%

%26.56
%41.91
%31.54

CMYK color model

#80CA98 color CMYK value is (37,0,25,21).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%
CMYK: (37,0,25,21) C37M0Y25K21 (37%,0%,25%,21%) (0.37/0.00/0.25/0.21) 

CMYK percentages

%36.63
%0
%24.75
%20.78

Codes

Color #80CA98 in popluar color models

80 CA 98
RGB 128 202 152
HSL 139° 41.11% 64.71%
HSB/HSV 139° 36.63% 79.22%
CMYK 36.63% 0.00% 24.75%
20.78%

Color #80CA98 in popluar number systems.

HEX 80 CA 98
Decimal 128 202 152
Binary 10000000 11001010 10011000
Octal 200 312 230

Shades and tints

Shades of #80CA98

#80CA98
(128,202,152)
#75B88B
(117,184,139)
#6AA67E
(106,166,126)
#5F9471
(95,148,113)
#548264
(84,130,100)
#497057
(73,112,87)
#3E5E4A
(62,94,74)
#334C3D
(51,76,61)
#283A30
(40,58,48)
#1D2823
(29,40,35)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #80CA98

#80CA98
(128,202,152)
#8BCEA1
(139,206,161)
#96D2AA
(150,210,170)
#A1D6B3
(161,214,179)
#ACDABC
(172,218,188)
#B7DEC5
(183,222,197)
#C2E2CE
(194,226,206)
#CDE6D7
(205,230,215)
#D8EAE0
(216,234,224)
#E3EEE9
(227,238,233)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CA98 color. Also use rgb(128,202,152) instead hex code.

Text Font Color

.myTextColor { color: #80CA98; }

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

This text font color is #80CA98.

Background Color

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

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

This div background color is #80CA98.

Border color

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

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

This div border color is #80CA98.

Opacity

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

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

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

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

This text has shadow with #80CA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CA98.

Preview

Color preview on black background

This text has color #80CA98 on black background.


Color preview on white background

This text has color #80CA98 on white background.


Black color preview on #80CA98 background

This text has black color on #80CA98 background.


White color preview on #80CA98 background

This text has white color on #80CA98 background.


Related colors

Complementary color

Complementary color for #hex is #7F3567.


I love getcolorcode.com

Triadic colors

1 #9880CA and #CA9880 with #80CA98 are triadic colors.

2 #98CA80 and #CA8098 with #80CA98 are triadic colors.