COLOR #77EDAD

HEX: #77EDAD
RGB: (119,237,173)

Color info

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

RGB color model

#77EDAD color RGB value is (119,237,173).

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

RGB channels and saturation

R 119 of 255 = 47%
G 237 of 255 = 93%
B 173 of 255 = 68%

119
237
173

R + G + B ~ 69%. #77EDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 237 + 173 = 529 (100%)
R 119 of 529 ~ 22.5%
G 237 of 529 ~ 44.8%
B 173 of 529 ~ 32.7%

%22.5
%44.8
%32.7

CMYK color model

#77EDAD color CMYK value is (50,0,27,7).

  • cyan value is 49.79%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 7.06%
CMYK:
(50,0,27,7)
C50M0Y27K7 
(50%,0%,27%,7%)
(0.50/0.00/0.27/0.07)	

CMYK percentages

%49.79
%0
%27
%7.06

Codes

Color #77EDAD in popluar color models

77EDAD
RGB119237173
HSL147°76.62%69.80%
HSB/HSV147°49.79%92.94%
CMYK49.79%0.00%27.00%
7.06%

Color #77EDAD in popluar number systems.

HEX77EDAD
Decimal119237173
Binary11101111110110110101101
Octal167355255

Shades and tints

Shades of #77EDAD

#77EDAD
(119,237,173)
#6DD89E
(109,216,158)
#63C38F
(99,195,143)
#59AE80
(89,174,128)
#4F9971
(79,153,113)
#458462
(69,132,98)
#3B6F53
(59,111,83)
#315A44
(49,90,68)
#274535
(39,69,53)
#1D3026
(29,48,38)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #77EDAD

#77EDAD
(119,237,173)
#83EEB4
(131,238,180)
#8FEFBB
(143,239,187)
#9BF0C2
(155,240,194)
#A7F1C9
(167,241,201)
#B3F2D0
(179,242,208)
#BFF3D7
(191,243,215)
#CBF4DE
(203,244,222)
#D7F5E5
(215,245,229)
#E3F6EC
(227,246,236)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77EDAD; }

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

This text font color is #77EDAD.


Background Color

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

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

This div background color is #77EDAD.


Border color

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

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

This div border color is #77EDAD.


Opacity

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

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

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

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

This text has shadow with #77EDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77EDAD on black background.


Color preview on white background

This text has color #77EDAD on white background.



Black color preview on #77EDAD background

This text has black color on #77EDAD background.


White color preview on #77EDAD background

This text has white color on #77EDAD background.