COLOR #77F8AE

HEX: #77F8AE
RGB: (119,248,174)

Color info

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

RGB color model

#77F8AE color RGB value is (119,248,174).

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

RGB channels and saturation

R 119 of 255 = 47%
G 248 of 255 = 97%
B 174 of 255 = 68%

119
248
174

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

Portions of RGB colors in percentages

R + G + B =
119 + 248 + 174 = 541 (100%)
R 119 of 541 ~ 22%
G 248 of 541 ~ 45.84%
B 174 of 541 ~ 32.16%

%22
%45.84
%32.16

CMYK color model

#77F8AE color CMYK value is (52,0,30,3).

  • cyan value is 52.02%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(52,0,30,3)
C52M0Y30K3 
(52%,0%,30%,3%)
(0.52/0.00/0.30/0.03)	

CMYK percentages

%52.02
%0
%29.84
%2.75

Codes

Color #77F8AE in popluar color models

77F8AE
RGB119248174
HSL146°90.21%71.96%
HSB/HSV146°52.02%97.25%
CMYK52.02%0.00%29.84%
2.75%

Color #77F8AE in popluar number systems.

HEX77F8AE
Decimal119248174
Binary11101111111100010101110
Octal167370256

Shades and tints

Shades of #77F8AE

#77F8AE
(119,248,174)
#6DE29F
(109,226,159)
#63CC90
(99,204,144)
#59B681
(89,182,129)
#4FA072
(79,160,114)
#458A63
(69,138,99)
#3B7454
(59,116,84)
#315E45
(49,94,69)
#274836
(39,72,54)
#1D3227
(29,50,39)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #77F8AE

#77F8AE
(119,248,174)
#83F8B5
(131,248,181)
#8FF8BC
(143,248,188)
#9BF8C3
(155,248,195)
#A7F8CA
(167,248,202)
#B3F8D1
(179,248,209)
#BFF8D8
(191,248,216)
#CBF8DF
(203,248,223)
#D7F8E6
(215,248,230)
#E3F8ED
(227,248,237)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77F8AE; }

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

This text font color is #77F8AE.


Background Color

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

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

This div background color is #77F8AE.


Border color

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

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

This div border color is #77F8AE.


Opacity

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

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

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

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

This text has shadow with #77F8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F8AE on black background.


Color preview on white background

This text has color #77F8AE on white background.



Black color preview on #77F8AE background

This text has black color on #77F8AE background.


White color preview on #77F8AE background

This text has white color on #77F8AE background.