COLOR #77E4BE

HEX: #77E4BE
RGB: (119,228,190)

Color info

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

RGB color model

#77E4BE color RGB value is (119,228,190).

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

RGB channels and saturation

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

119
228
190

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

Portions of RGB colors in percentages

R + G + B =
119 + 228 + 190 = 537 (100%)
R 119 of 537 ~ 22.16%
G 228 of 537 ~ 42.46%
B 190 of 537 ~ 35.38%

%22.16
%42.46
%35.38

CMYK color model

#77E4BE color CMYK value is (48,0,17,11).

  • cyan value is 47.81%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(48,0,17,11)
C48M0Y17K11 
(48%,0%,17%,11%)
(0.48/0.00/0.17/0.11)	

CMYK percentages

%47.81
%0
%16.67
%10.59

Codes

Color #77E4BE in popluar color models

77E4BE
RGB119228190
HSL159°66.87%68.04%
HSB/HSV159°47.81%89.41%
CMYK47.81%0.00%16.67%
10.59%

Color #77E4BE in popluar number systems.

HEX77E4BE
Decimal119228190
Binary11101111110010010111110
Octal167344276

Shades and tints

Shades of #77E4BE

#77E4BE
(119,228,190)
#6DD0AD
(109,208,173)
#63BC9C
(99,188,156)
#59A88B
(89,168,139)
#4F947A
(79,148,122)
#458069
(69,128,105)
#3B6C58
(59,108,88)
#315847
(49,88,71)
#274436
(39,68,54)
#1D3025
(29,48,37)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #77E4BE

#77E4BE
(119,228,190)
#83E6C3
(131,230,195)
#8FE8C8
(143,232,200)
#9BEACD
(155,234,205)
#A7ECD2
(167,236,210)
#B3EED7
(179,238,215)
#BFF0DC
(191,240,220)
#CBF2E1
(203,242,225)
#D7F4E6
(215,244,230)
#E3F6EB
(227,246,235)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77E4BE; }

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

This text font color is #77E4BE.


Background Color

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

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

This div background color is #77E4BE.


Border color

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

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

This div border color is #77E4BE.


Opacity

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

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

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

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

This text has shadow with #77E4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E4BE on black background.


Color preview on white background

This text has color #77E4BE on white background.



Black color preview on #77E4BE background

This text has black color on #77E4BE background.


White color preview on #77E4BE background

This text has white color on #77E4BE background.