COLOR #80F9CC

HEX: #80F9CC RGB: (128,249,204)

Color info

#80F9CC contains mainly green and blue colors. Web safe color of #80F9CC is #66FFCC (or #6FC).

RGB color model

#80F9CC color RGB value is (128,249,204).

RGB: (128,249,204) (50%, 98%, 80%)

RGB channels and saturation

R 128 of 255 = 50%
G 249 of 255 = 98%
B 204 of 255 = 80%

128
249
204

R + G + B ~ 76%. #80F9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 249 + 204 = 581 (100%)
R 128 of 581 ~ 22.03%
G 249 of 581 ~ 42.86%
B 204 of 581 ~ 35.11'%

%22.03
%42.86
%35.11

CMYK color model

#80F9CC color CMYK value is (49,0,18,2).

  • cyan value is 48.59%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%

CMYK: (49,0,18,2)
C49M0Y18K2 (49%, 0%, 18%, 2%)
(0.49 / 0.00 / 0.18 / 0.02)

CMYK percentages

%48.59
%0
%18.07
%2.35

Codes

Color #80F9CC in popluar color models

80 F9 CC
RGB 128 249 204
HSL 158° 90.98% 73.92%
HSB/HSV 158° 48.59% 97.65%
CMYK 48.59% 0.00% 18.07%
2.35%

Color #80F9CC in popluar number systems.

HEX 80 F9 CC
Decimal 128 249 204
Binary 10000000 11111001 11001100
Octal 200 371 314

Shades and tints

Shades of #80F9CC

#80F9CC
(128,249,204)
#75E3BA
(117,227,186)
#6ACDA8
(106,205,168)
#5FB796
(95,183,150)
#54A184
(84,161,132)
#498B72
(73,139,114)
#3E7560
(62,117,96)
#335F4E
(51,95,78)
#28493C
(40,73,60)
#1D332A
(29,51,42)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #80F9CC

#80F9CC
(128,249,204)
#8BF9D0
(139,249,208)
#96F9D4
(150,249,212)
#A1F9D8
(161,249,216)
#ACF9DC
(172,249,220)
#B7F9E0
(183,249,224)
#C2F9E4
(194,249,228)
#CDF9E8
(205,249,232)
#D8F9EC
(216,249,236)
#E3F9F0
(227,249,240)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F9CC color. Also use rgb(128,249,204) instead hex code.

Text Font Color

.myTextColor { color: #80F9CC; }

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

This text font color is #80F9CC.

Background Color

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

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

This div background color is #80F9CC.

Border color

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

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

This div border color is #80F9CC.

Opacity

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

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

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

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

This text has shadow with #80F9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80F9CC.

Preview

Color preview on black background

This text has color #80F9CC on black background.


Color preview on white background

This text has color #80F9CC on white background.


Black color preview on #80F9CC background

This text has black color on #80F9CC background.


White color preview on #80F9CC background

This text has white color on #80F9CC background.


Related colors

Complementary color

Complementary color for #hex is #7F0633.


I love getcolorcode.com

Triadic colors

1 #CC80F9 and #F9CC80 with #80F9CC are triadic colors.

2 #CCF980 and #F980CC with #80F9CC are triadic colors.