COLOR #77E3AC

HEX: #77E3AC
RGB: (119,227,172)

Color info

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

RGB color model

#77E3AC color RGB value is (119,227,172).

  • red value is 119;
  • green value is 227;
  • blue value is 172.
RGB:
(119,227,172)
(47%,89%,67%)

RGB channels and saturation

R 119 of 255 = 47%
G 227 of 255 = 89%
B 172 of 255 = 67%

119
227
172

R + G + B ~ 68%. #77E3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 227 + 172 = 518 (100%)
R 119 of 518 ~ 22.97%
G 227 of 518 ~ 43.82%
B 172 of 518 ~ 33.2%

%22.97
%43.82
%33.2

CMYK color model

#77E3AC color CMYK value is (48,0,24,11).

  • cyan value is 47.58%
  • magenta value is 0.00%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(48,0,24,11)
C48M0Y24K11 
(48%,0%,24%,11%)
(0.48/0.00/0.24/0.11)	

CMYK percentages

%47.58
%0
%24.23
%10.98

Codes

Color #77E3AC in popluar color models

77E3AC
RGB119227172
HSL149°65.85%67.84%
HSB/HSV149°47.58%89.02%
CMYK47.58%0.00%24.23%
10.98%

Color #77E3AC in popluar number systems.

HEX77E3AC
Decimal119227172
Binary11101111110001110101100
Octal167343254

Shades and tints

Shades of #77E3AC

#77E3AC
(119,227,172)
#6DCF9D
(109,207,157)
#63BB8E
(99,187,142)
#59A77F
(89,167,127)
#4F9370
(79,147,112)
#457F61
(69,127,97)
#3B6B52
(59,107,82)
#315743
(49,87,67)
#274334
(39,67,52)
#1D2F25
(29,47,37)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #77E3AC

#77E3AC
(119,227,172)
#83E5B3
(131,229,179)
#8FE7BA
(143,231,186)
#9BE9C1
(155,233,193)
#A7EBC8
(167,235,200)
#B3EDCF
(179,237,207)
#BFEFD6
(191,239,214)
#CBF1DD
(203,241,221)
#D7F3E4
(215,243,228)
#E3F5EB
(227,245,235)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E3AC color. Also use rgb(119,227,172) instead hex code.

Text Font Color

.myTextColor { color: #77E3AC; }

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

This text font color is #77E3AC.


Background Color

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

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

This div background color is #77E3AC.


Border color

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

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

This div border color is #77E3AC.


Opacity

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

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

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

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

This text has shadow with #77E3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E3AC on black background.


Color preview on white background

This text has color #77E3AC on white background.



Black color preview on #77E3AC background

This text has black color on #77E3AC background.


White color preview on #77E3AC background

This text has white color on #77E3AC background.