COLOR #80F0C4

HEX: #80F0C4
RGB: (128,240,196)

Color info

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

RGB color model

#80F0C4 color RGB value is (128,240,196).

  • red value is 128;
  • green value is 240;
  • blue value is 196.
RGB:
(128,240,196)
(50%,94%,77%)

RGB channels and saturation

R 128 of 255 = 50%
G 240 of 255 = 94%
B 196 of 255 = 77%

128
240
196

R + G + B ~ 74%. #80F0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 240 + 196 = 564 (100%)
R 128 of 564 ~ 22.7%
G 240 of 564 ~ 42.55%
B 196 of 564 ~ 34.75%

%22.7
%42.55
%34.75

CMYK color model

#80F0C4 color CMYK value is (47,0,18,6).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 5.88%
CMYK:
(47,0,18,6)
C47M0Y18K6 
(47%,0%,18%,6%)
(0.47/0.00/0.18/0.06)	

CMYK percentages

%46.67
%0
%18.33
%5.88

Codes

Color #80F0C4 in popluar color models

80F0C4
RGB128240196
HSL156°78.87%72.16%
HSB/HSV156°46.67%94.12%
CMYK46.67%0.00%18.33%
5.88%

Color #80F0C4 in popluar number systems.

HEX80F0C4
Decimal128240196
Binary100000001111000011000100
Octal200360304

Shades and tints

Shades of #80F0C4

#80F0C4
(128,240,196)
#75DBB3
(117,219,179)
#6AC6A2
(106,198,162)
#5FB191
(95,177,145)
#549C80
(84,156,128)
#49876F
(73,135,111)
#3E725E
(62,114,94)
#335D4D
(51,93,77)
#28483C
(40,72,60)
#1D332B
(29,51,43)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #80F0C4

#80F0C4
(128,240,196)
#8BF1C9
(139,241,201)
#96F2CE
(150,242,206)
#A1F3D3
(161,243,211)
#ACF4D8
(172,244,216)
#B7F5DD
(183,245,221)
#C2F6E2
(194,246,226)
#CDF7E7
(205,247,231)
#D8F8EC
(216,248,236)
#E3F9F1
(227,249,241)
#EEFAF6
(238,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F0C4 color. Also use rgb(128,240,196) instead hex code.

Text Font Color

.myTextColor { color: #80F0C4; }

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

This text font color is #80F0C4.


Background Color

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

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

This div background color is #80F0C4.


Border color

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

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

This div border color is #80F0C4.


Opacity

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

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

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

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

This text has shadow with #80F0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F0C4 on black background.


Color preview on white background

This text has color #80F0C4 on white background.



Black color preview on #80F0C4 background

This text has black color on #80F0C4 background.


White color preview on #80F0C4 background

This text has white color on #80F0C4 background.