COLOR #77E4BF

HEX: #77E4BF
RGB: (119,228,191)

Color info

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

RGB color model

#77E4BF color RGB value is (119,228,191).

  • red value is 119;
  • green value is 228;
  • blue value is 191.
RGB:
(119,228,191)
(47%,89%,75%)

RGB channels and saturation

R 119 of 255 = 47%
G 228 of 255 = 89%
B 191 of 255 = 75%

119
228
191

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

Portions of RGB colors in percentages

R + G + B =
119 + 228 + 191 = 538 (100%)
R 119 of 538 ~ 22.12%
G 228 of 538 ~ 42.38%
B 191 of 538 ~ 35.5%

%22.12
%42.38
%35.5

CMYK color model

#77E4BF color CMYK value is (48,0,16,11).

  • cyan value is 47.81%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(48,0,16,11)
C48M0Y16K11 
(48%,0%,16%,11%)
(0.48/0.00/0.16/0.11)	

CMYK percentages

%47.81
%0
%16.23
%10.59

Codes

Color #77E4BF in popluar color models

77E4BF
RGB119228191
HSL160°66.87%68.04%
HSB/HSV160°47.81%89.41%
CMYK47.81%0.00%16.23%
10.59%

Color #77E4BF in popluar number systems.

HEX77E4BF
Decimal119228191
Binary11101111110010010111111
Octal167344277

Shades and tints

Shades of #77E4BF

#77E4BF
(119,228,191)
#6DD0AE
(109,208,174)
#63BC9D
(99,188,157)
#59A88C
(89,168,140)
#4F947B
(79,148,123)
#45806A
(69,128,106)
#3B6C59
(59,108,89)
#315848
(49,88,72)
#274437
(39,68,55)
#1D3026
(29,48,38)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #77E4BF

#77E4BF
(119,228,191)
#83E6C4
(131,230,196)
#8FE8C9
(143,232,201)
#9BEACE
(155,234,206)
#A7ECD3
(167,236,211)
#B3EED8
(179,238,216)
#BFF0DD
(191,240,221)
#CBF2E2
(203,242,226)
#D7F4E7
(215,244,231)
#E3F6EC
(227,246,236)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E4BF color. Also use rgb(119,228,191) instead hex code.

Text Font Color

.myTextColor { color: #77E4BF; }

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

This text font color is #77E4BF.


Background Color

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

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

This div background color is #77E4BF.


Border color

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

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

This div border color is #77E4BF.


Opacity

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

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

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

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

This text has shadow with #77E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E4BF on black background.


Color preview on white background

This text has color #77E4BF on white background.



Black color preview on #77E4BF background

This text has black color on #77E4BF background.


White color preview on #77E4BF background

This text has white color on #77E4BF background.