COLOR #77D9AE

HEX: #77D9AE
RGB: (119,217,174)

Color info

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

RGB color model

#77D9AE color RGB value is (119,217,174).

  • red value is 119;
  • green value is 217;
  • blue value is 174.
RGB:
(119,217,174)
(47%,85%,68%)

RGB channels and saturation

R 119 of 255 = 47%
G 217 of 255 = 85%
B 174 of 255 = 68%

119
217
174

R + G + B ~ 67%. #77D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 217 + 174 = 510 (100%)
R 119 of 510 ~ 23.33%
G 217 of 510 ~ 42.55%
B 174 of 510 ~ 34.12%

%23.33
%42.55
%34.12

CMYK color model

#77D9AE color CMYK value is (45,0,20,15).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(45,0,20,15)
C45M0Y20K15 
(45%,0%,20%,15%)
(0.45/0.00/0.20/0.15)	

CMYK percentages

%45.16
%0
%19.82
%14.9

Codes

Color #77D9AE in popluar color models

77D9AE
RGB119217174
HSL154°56.32%65.88%
HSB/HSV154°45.16%85.10%
CMYK45.16%0.00%19.82%
14.90%

Color #77D9AE in popluar number systems.

HEX77D9AE
Decimal119217174
Binary11101111101100110101110
Octal167331256

Shades and tints

Shades of #77D9AE

#77D9AE
(119,217,174)
#6DC69F
(109,198,159)
#63B390
(99,179,144)
#59A081
(89,160,129)
#4F8D72
(79,141,114)
#457A63
(69,122,99)
#3B6754
(59,103,84)
#315445
(49,84,69)
#274136
(39,65,54)
#1D2E27
(29,46,39)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #77D9AE

#77D9AE
(119,217,174)
#83DCB5
(131,220,181)
#8FDFBC
(143,223,188)
#9BE2C3
(155,226,195)
#A7E5CA
(167,229,202)
#B3E8D1
(179,232,209)
#BFEBD8
(191,235,216)
#CBEEDF
(203,238,223)
#D7F1E6
(215,241,230)
#E3F4ED
(227,244,237)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D9AE color. Also use rgb(119,217,174) instead hex code.

Text Font Color

.myTextColor { color: #77D9AE; }

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

This text font color is #77D9AE.


Background Color

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

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

This div background color is #77D9AE.


Border color

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

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

This div border color is #77D9AE.


Opacity

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

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

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

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

This text has shadow with #77D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D9AE on black background.


Color preview on white background

This text has color #77D9AE on white background.



Black color preview on #77D9AE background

This text has black color on #77D9AE background.


White color preview on #77D9AE background

This text has white color on #77D9AE background.