COLOR #77F2DF

HEX: #77F2DF
RGB: (119,242,223)

Color info

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

RGB color model

#77F2DF color RGB value is (119,242,223).

  • red value is 119;
  • green value is 242;
  • blue value is 223.
RGB:
(119,242,223)
(47%,95%,87%)

RGB channels and saturation

R 119 of 255 = 47%
G 242 of 255 = 95%
B 223 of 255 = 87%

119
242
223

R + G + B ~ 76%. #77F2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 242 + 223 = 584 (100%)
R 119 of 584 ~ 20.38%
G 242 of 584 ~ 41.44%
B 223 of 584 ~ 38.18%

%20.38
%41.44
%38.18

CMYK color model

#77F2DF color CMYK value is (51,0,8,5).

  • cyan value is 50.83%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 5.10%
CMYK:
(51,0,8,5)
C51M0Y8K5 
(51%,0%,8%,5%)
(0.51/0.00/0.08/0.05)	

CMYK percentages

%50.83
%0
%7.85
%5.1

Codes

Color #77F2DF in popluar color models

77F2DF
RGB119242223
HSL171°82.55%70.78%
HSB/HSV171°50.83%94.90%
CMYK50.83%0.00%7.85%
5.10%

Color #77F2DF in popluar number systems.

HEX77F2DF
Decimal119242223
Binary11101111111001011011111
Octal167362337

Shades and tints

Shades of #77F2DF

#77F2DF
(119,242,223)
#6DDCCB
(109,220,203)
#63C6B7
(99,198,183)
#59B0A3
(89,176,163)
#4F9A8F
(79,154,143)
#45847B
(69,132,123)
#3B6E67
(59,110,103)
#315853
(49,88,83)
#27423F
(39,66,63)
#1D2C2B
(29,44,43)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #77F2DF

#77F2DF
(119,242,223)
#83F3E1
(131,243,225)
#8FF4E3
(143,244,227)
#9BF5E5
(155,245,229)
#A7F6E7
(167,246,231)
#B3F7E9
(179,247,233)
#BFF8EB
(191,248,235)
#CBF9ED
(203,249,237)
#D7FAEF
(215,250,239)
#E3FBF1
(227,251,241)
#EFFCF3
(239,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F2DF color. Also use rgb(119,242,223) instead hex code.

Text Font Color

.myTextColor { color: #77F2DF; }

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

This text font color is #77F2DF.


Background Color

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

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

This div background color is #77F2DF.


Border color

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

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

This div border color is #77F2DF.


Opacity

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

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

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

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

This text has shadow with #77F2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F2DF on black background.


Color preview on white background

This text has color #77F2DF on white background.



Black color preview on #77F2DF background

This text has black color on #77F2DF background.


White color preview on #77F2DF background

This text has white color on #77F2DF background.