COLOR #80F0B9

HEX: #80F0B9
RGB: (128,240,185)

Color info

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

RGB color model

#80F0B9 color RGB value is (128,240,185).

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

RGB channels and saturation

R 128 of 255 = 50%
G 240 of 255 = 94%
B 185 of 255 = 73%

128
240
185

R + G + B ~ 72%. #80F0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 240 + 185 = 553 (100%)
R 128 of 553 ~ 23.15%
G 240 of 553 ~ 43.4%
B 185 of 553 ~ 33.45%

%23.15
%43.4
%33.45

CMYK color model

#80F0B9 color CMYK value is (47,0,23,6).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 5.88%
CMYK:
(47,0,23,6)
C47M0Y23K6 
(47%,0%,23%,6%)
(0.47/0.00/0.23/0.06)	

CMYK percentages

%46.67
%0
%22.92
%5.88

Codes

Color #80F0B9 in popluar color models

80F0B9
RGB128240185
HSL151°78.87%72.16%
HSB/HSV151°46.67%94.12%
CMYK46.67%0.00%22.92%
5.88%

Color #80F0B9 in popluar number systems.

HEX80F0B9
Decimal128240185
Binary100000001111000010111001
Octal200360271

Shades and tints

Shades of #80F0B9

#80F0B9
(128,240,185)
#75DBA9
(117,219,169)
#6AC699
(106,198,153)
#5FB189
(95,177,137)
#549C79
(84,156,121)
#498769
(73,135,105)
#3E7259
(62,114,89)
#335D49
(51,93,73)
#284839
(40,72,57)
#1D3329
(29,51,41)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #80F0B9

#80F0B9
(128,240,185)
#8BF1BF
(139,241,191)
#96F2C5
(150,242,197)
#A1F3CB
(161,243,203)
#ACF4D1
(172,244,209)
#B7F5D7
(183,245,215)
#C2F6DD
(194,246,221)
#CDF7E3
(205,247,227)
#D8F8E9
(216,248,233)
#E3F9EF
(227,249,239)
#EEFAF5
(238,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80F0B9; }

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

This text font color is #80F0B9.


Background Color

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

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

This div background color is #80F0B9.


Border color

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

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

This div border color is #80F0B9.


Opacity

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

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

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

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

This text has shadow with #80F0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F0B9 on black background.


Color preview on white background

This text has color #80F0B9 on white background.



Black color preview on #80F0B9 background

This text has black color on #80F0B9 background.


White color preview on #80F0B9 background

This text has white color on #80F0B9 background.