COLOR #77EDBA

HEX: #77EDBA
RGB: (119,237,186)

Color info

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

RGB color model

#77EDBA color RGB value is (119,237,186).

  • red value is 119;
  • green value is 237;
  • blue value is 186.
RGB:
(119,237,186)
(47%,93%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 237 of 255 = 93%
B 186 of 255 = 73%

119
237
186

R + G + B ~ 71%. #77EDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 237 + 186 = 542 (100%)
R 119 of 542 ~ 21.96%
G 237 of 542 ~ 43.73%
B 186 of 542 ~ 34.32%

%21.96
%43.73
%34.32

CMYK color model

#77EDBA color CMYK value is (50,0,22,7).

  • cyan value is 49.79%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 7.06%
CMYK:
(50,0,22,7)
C50M0Y22K7 
(50%,0%,22%,7%)
(0.50/0.00/0.22/0.07)	

CMYK percentages

%49.79
%0
%21.52
%7.06

Codes

Color #77EDBA in popluar color models

77EDBA
RGB119237186
HSL154°76.62%69.80%
HSB/HSV154°49.79%92.94%
CMYK49.79%0.00%21.52%
7.06%

Color #77EDBA in popluar number systems.

HEX77EDBA
Decimal119237186
Binary11101111110110110111010
Octal167355272

Shades and tints

Shades of #77EDBA

#77EDBA
(119,237,186)
#6DD8AA
(109,216,170)
#63C39A
(99,195,154)
#59AE8A
(89,174,138)
#4F997A
(79,153,122)
#45846A
(69,132,106)
#3B6F5A
(59,111,90)
#315A4A
(49,90,74)
#27453A
(39,69,58)
#1D302A
(29,48,42)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #77EDBA

#77EDBA
(119,237,186)
#83EEC0
(131,238,192)
#8FEFC6
(143,239,198)
#9BF0CC
(155,240,204)
#A7F1D2
(167,241,210)
#B3F2D8
(179,242,216)
#BFF3DE
(191,243,222)
#CBF4E4
(203,244,228)
#D7F5EA
(215,245,234)
#E3F6F0
(227,246,240)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77EDBA color. Also use rgb(119,237,186) instead hex code.

Text Font Color

.myTextColor { color: #77EDBA; }

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

This text font color is #77EDBA.


Background Color

.myBgColor { background-color: #77EDBA; }

<div style="background-color:#77EDBA">Inner text</div>

This div background color is #77EDBA.


Border color

.myBorderColor { border: 1px solid #77EDBA; }

<div style="border:3px solid #77EDBA">Div</div>

This div border color is #77EDBA.


Opacity

.myOpacity80 { color: #77EDBA; opacity: 0.8; }

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

Text with #77EDBA 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 #77EDBA;}

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

This text has shadow with #77EDBA color.

.textShadow {text-shadow: 3px 3px 1px #77EDBA, 3px 3px 1px red;}

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

This text has shadow with #77EDBA primary color and red secondary color.


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

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

This text has shadow with #77EDBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77EDBA on black background.


Color preview on white background

This text has color #77EDBA on white background.



Black color preview on #77EDBA background

This text has black color on #77EDBA background.


White color preview on #77EDBA background

This text has white color on #77EDBA background.