COLOR #77ECA5

HEX: #77ECA5
RGB: (119,236,165)

Color info

#77ECA5 contains mainly green color. Web safe color of #77ECA5 is #66FF99 (or #6F9).

RGB color model

#77ECA5 color RGB value is (119,236,165).

  • red value is 119;
  • green value is 236;
  • blue value is 165.
RGB:
(119,236,165)
(47%,93%,65%)

RGB channels and saturation

R 119 of 255 = 47%
G 236 of 255 = 93%
B 165 of 255 = 65%

119
236
165

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

Portions of RGB colors in percentages

R + G + B =
119 + 236 + 165 = 520 (100%)
R 119 of 520 ~ 22.88%
G 236 of 520 ~ 45.38%
B 165 of 520 ~ 31.73%

%22.88
%45.38
%31.73

CMYK color model

#77ECA5 color CMYK value is (50,0,30,7).

  • cyan value is 49.58%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 7.45%
CMYK:
(50,0,30,7)
C50M0Y30K7 
(50%,0%,30%,7%)
(0.50/0.00/0.30/0.07)	

CMYK percentages

%49.58
%0
%30.08
%7.45

Codes

Color #77ECA5 in popluar color models

77ECA5
RGB119236165
HSL144°75.48%69.61%
HSB/HSV144°49.58%92.55%
CMYK49.58%0.00%30.08%
7.45%

Color #77ECA5 in popluar number systems.

HEX77ECA5
Decimal119236165
Binary11101111110110010100101
Octal167354245

Shades and tints

Shades of #77ECA5

#77ECA5
(119,236,165)
#6DD796
(109,215,150)
#63C287
(99,194,135)
#59AD78
(89,173,120)
#4F9869
(79,152,105)
#45835A
(69,131,90)
#3B6E4B
(59,110,75)
#31593C
(49,89,60)
#27442D
(39,68,45)
#1D2F1E
(29,47,30)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #77ECA5

#77ECA5
(119,236,165)
#83EDAD
(131,237,173)
#8FEEB5
(143,238,181)
#9BEFBD
(155,239,189)
#A7F0C5
(167,240,197)
#B3F1CD
(179,241,205)
#BFF2D5
(191,242,213)
#CBF3DD
(203,243,221)
#D7F4E5
(215,244,229)
#E3F5ED
(227,245,237)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ECA5 color. Also use rgb(119,236,165) instead hex code.

Text Font Color

.myTextColor { color: #77ECA5; }

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

This text font color is #77ECA5.


Background Color

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

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

This div background color is #77ECA5.


Border color

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

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

This div border color is #77ECA5.


Opacity

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

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

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

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

This text has shadow with #77ECA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ECA5 on black background.


Color preview on white background

This text has color #77ECA5 on white background.



Black color preview on #77ECA5 background

This text has black color on #77ECA5 background.


White color preview on #77ECA5 background

This text has white color on #77ECA5 background.