COLOR #77F0B4

HEX: #77F0B4
RGB: (119,240,180)

Color info

#77F0B4 contains mainly green color. Web safe color of #77F0B4 is #66FFCC (or #6FC).

RGB color model

#77F0B4 color RGB value is (119,240,180).

  • red value is 119;
  • green value is 240;
  • blue value is 180.
RGB:
(119,240,180)
(47%,94%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 240 of 255 = 94%
B 180 of 255 = 71%

119
240
180

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

Portions of RGB colors in percentages

R + G + B =
119 + 240 + 180 = 539 (100%)
R 119 of 539 ~ 22.08%
G 240 of 539 ~ 44.53%
B 180 of 539 ~ 33.4%

%22.08
%44.53
%33.4

CMYK color model

#77F0B4 color CMYK value is (50,0,25,6).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(50,0,25,6)
C50M0Y25K6 
(50%,0%,25%,6%)
(0.50/0.00/0.25/0.06)	

CMYK percentages

%50.42
%0
%25
%5.88

Codes

Color #77F0B4 in popluar color models

77F0B4
RGB119240180
HSL150°80.13%70.39%
HSB/HSV150°50.42%94.12%
CMYK50.42%0.00%25.00%
5.88%

Color #77F0B4 in popluar number systems.

HEX77F0B4
Decimal119240180
Binary11101111111000010110100
Octal167360264

Shades and tints

Shades of #77F0B4

#77F0B4
(119,240,180)
#6DDBA4
(109,219,164)
#63C694
(99,198,148)
#59B184
(89,177,132)
#4F9C74
(79,156,116)
#458764
(69,135,100)
#3B7254
(59,114,84)
#315D44
(49,93,68)
#274834
(39,72,52)
#1D3324
(29,51,36)
#131E14
(19,30,20)
#000000
(0,0,0)

Tints of #77F0B4

#77F0B4
(119,240,180)
#83F1BA
(131,241,186)
#8FF2C0
(143,242,192)
#9BF3C6
(155,243,198)
#A7F4CC
(167,244,204)
#B3F5D2
(179,245,210)
#BFF6D8
(191,246,216)
#CBF7DE
(203,247,222)
#D7F8E4
(215,248,228)
#E3F9EA
(227,249,234)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F0B4 color. Also use rgb(119,240,180) instead hex code.

Text Font Color

.myTextColor { color: #77F0B4; }

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

This text font color is #77F0B4.


Background Color

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

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

This div background color is #77F0B4.


Border color

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

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

This div border color is #77F0B4.


Opacity

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

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

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

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

This text has shadow with #77F0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F0B4 on black background.


Color preview on white background

This text has color #77F0B4 on white background.



Black color preview on #77F0B4 background

This text has black color on #77F0B4 background.


White color preview on #77F0B4 background

This text has white color on #77F0B4 background.