COLOR #77EEB2

HEX: #77EEB2
RGB: (119,238,178)

Color info

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

RGB color model

#77EEB2 color RGB value is (119,238,178).

  • red value is 119;
  • green value is 238;
  • blue value is 178.
RGB:
(119,238,178)
(47%,93%,70%)

RGB channels and saturation

R 119 of 255 = 47%
G 238 of 255 = 93%
B 178 of 255 = 70%

119
238
178

R + G + B ~ 70%. #77EEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 238 + 178 = 535 (100%)
R 119 of 535 ~ 22.24%
G 238 of 535 ~ 44.49%
B 178 of 535 ~ 33.27%

%22.24
%44.49
%33.27

CMYK color model

#77EEB2 color CMYK value is (50,0,25,7).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 6.67%
CMYK:
(50,0,25,7)
C50M0Y25K7 
(50%,0%,25%,7%)
(0.50/0.00/0.25/0.07)	

CMYK percentages

%50
%0
%25.21
%6.67

Codes

Color #77EEB2 in popluar color models

77EEB2
RGB119238178
HSL150°77.78%70.00%
HSB/HSV150°50.00%93.33%
CMYK50.00%0.00%25.21%
6.67%

Color #77EEB2 in popluar number systems.

HEX77EEB2
Decimal119238178
Binary11101111110111010110010
Octal167356262

Shades and tints

Shades of #77EEB2

#77EEB2
(119,238,178)
#6DD9A2
(109,217,162)
#63C492
(99,196,146)
#59AF82
(89,175,130)
#4F9A72
(79,154,114)
#458562
(69,133,98)
#3B7052
(59,112,82)
#315B42
(49,91,66)
#274632
(39,70,50)
#1D3122
(29,49,34)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #77EEB2

#77EEB2
(119,238,178)
#83EFB9
(131,239,185)
#8FF0C0
(143,240,192)
#9BF1C7
(155,241,199)
#A7F2CE
(167,242,206)
#B3F3D5
(179,243,213)
#BFF4DC
(191,244,220)
#CBF5E3
(203,245,227)
#D7F6EA
(215,246,234)
#E3F7F1
(227,247,241)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77EEB2 color. Also use rgb(119,238,178) instead hex code.

Text Font Color

.myTextColor { color: #77EEB2; }

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

This text font color is #77EEB2.


Background Color

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

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

This div background color is #77EEB2.


Border color

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

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

This div border color is #77EEB2.


Opacity

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

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

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

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

This text has shadow with #77EEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77EEB2 on black background.


Color preview on white background

This text has color #77EEB2 on white background.



Black color preview on #77EEB2 background

This text has black color on #77EEB2 background.


White color preview on #77EEB2 background

This text has white color on #77EEB2 background.