COLOR #77E6B8

HEX: #77E6B8
RGB: (119,230,184)

Color info

#77E6B8 contains mainly green and blue colors. Web safe color of #77E6B8 is #66CCCC (or #6CC).

RGB color model

#77E6B8 color RGB value is (119,230,184).

  • red value is 119;
  • green value is 230;
  • blue value is 184.
RGB:
(119,230,184)
(47%,90%,72%)

RGB channels and saturation

R 119 of 255 = 47%
G 230 of 255 = 90%
B 184 of 255 = 72%

119
230
184

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

Portions of RGB colors in percentages

R + G + B =
119 + 230 + 184 = 533 (100%)
R 119 of 533 ~ 22.33%
G 230 of 533 ~ 43.15%
B 184 of 533 ~ 34.52%

%22.33
%43.15
%34.52

CMYK color model

#77E6B8 color CMYK value is (48,0,20,10).

  • cyan value is 48.26%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK:
(48,0,20,10)
C48M0Y20K10 
(48%,0%,20%,10%)
(0.48/0.00/0.20/0.10)	

CMYK percentages

%48.26
%0
%20
%9.8

Codes

Color #77E6B8 in popluar color models

77E6B8
RGB119230184
HSL155°68.94%68.43%
HSB/HSV155°48.26%90.20%
CMYK48.26%0.00%20.00%
9.80%

Color #77E6B8 in popluar number systems.

HEX77E6B8
Decimal119230184
Binary11101111110011010111000
Octal167346270

Shades and tints

Shades of #77E6B8

#77E6B8
(119,230,184)
#6DD2A8
(109,210,168)
#63BE98
(99,190,152)
#59AA88
(89,170,136)
#4F9678
(79,150,120)
#458268
(69,130,104)
#3B6E58
(59,110,88)
#315A48
(49,90,72)
#274638
(39,70,56)
#1D3228
(29,50,40)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #77E6B8

#77E6B8
(119,230,184)
#83E8BE
(131,232,190)
#8FEAC4
(143,234,196)
#9BECCA
(155,236,202)
#A7EED0
(167,238,208)
#B3F0D6
(179,240,214)
#BFF2DC
(191,242,220)
#CBF4E2
(203,244,226)
#D7F6E8
(215,246,232)
#E3F8EE
(227,248,238)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E6B8 color. Also use rgb(119,230,184) instead hex code.

Text Font Color

.myTextColor { color: #77E6B8; }

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

This text font color is #77E6B8.


Background Color

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

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

This div background color is #77E6B8.


Border color

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

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

This div border color is #77E6B8.


Opacity

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

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

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

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

This text has shadow with #77E6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E6B8 on black background.


Color preview on white background

This text has color #77E6B8 on white background.



Black color preview on #77E6B8 background

This text has black color on #77E6B8 background.


White color preview on #77E6B8 background

This text has white color on #77E6B8 background.