COLOR #77EEC2

HEX: #77EEC2
RGB: (119,238,194)

Color info

#77EEC2 contains mainly green and blue colors. Web safe color of #77EEC2 is #66FFCC (or #6FC).

RGB color model

#77EEC2 color RGB value is (119,238,194).

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

RGB channels and saturation

R 119 of 255 = 47%
G 238 of 255 = 93%
B 194 of 255 = 76%

119
238
194

R + G + B ~ 72%. #77EEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 238 + 194 = 551 (100%)
R 119 of 551 ~ 21.6%
G 238 of 551 ~ 43.19%
B 194 of 551 ~ 35.21%

%21.6
%43.19
%35.21

CMYK color model

#77EEC2 color CMYK value is (50,0,18,7).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(50,0,18,7)
C50M0Y18K7 
(50%,0%,18%,7%)
(0.50/0.00/0.18/0.07)	

CMYK percentages

%50
%0
%18.49
%6.67

Codes

Color #77EEC2 in popluar color models

77EEC2
RGB119238194
HSL158°77.78%70.00%
HSB/HSV158°50.00%93.33%
CMYK50.00%0.00%18.49%
6.67%

Color #77EEC2 in popluar number systems.

HEX77EEC2
Decimal119238194
Binary11101111110111011000010
Octal167356302

Shades and tints

Shades of #77EEC2

#77EEC2
(119,238,194)
#6DD9B1
(109,217,177)
#63C4A0
(99,196,160)
#59AF8F
(89,175,143)
#4F9A7E
(79,154,126)
#45856D
(69,133,109)
#3B705C
(59,112,92)
#315B4B
(49,91,75)
#27463A
(39,70,58)
#1D3129
(29,49,41)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #77EEC2

#77EEC2
(119,238,194)
#83EFC7
(131,239,199)
#8FF0CC
(143,240,204)
#9BF1D1
(155,241,209)
#A7F2D6
(167,242,214)
#B3F3DB
(179,243,219)
#BFF4E0
(191,244,224)
#CBF5E5
(203,245,229)
#D7F6EA
(215,246,234)
#E3F7EF
(227,247,239)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77EEC2; }

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

This text font color is #77EEC2.


Background Color

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

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

This div background color is #77EEC2.


Border color

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

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

This div border color is #77EEC2.


Opacity

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

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

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

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

This text has shadow with #77EEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77EEC2 on black background.


Color preview on white background

This text has color #77EEC2 on white background.



Black color preview on #77EEC2 background

This text has black color on #77EEC2 background.


White color preview on #77EEC2 background

This text has white color on #77EEC2 background.