COLOR #77F9DE

HEX: #77F9DE
RGB: (119,249,222)

Color info

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

RGB color model

#77F9DE color RGB value is (119,249,222).

  • red value is 119;
  • green value is 249;
  • blue value is 222.
RGB:
(119,249,222)
(47%,98%,87%)

RGB channels and saturation

R 119 of 255 = 47%
G 249 of 255 = 98%
B 222 of 255 = 87%

119
249
222

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

Portions of RGB colors in percentages

R + G + B =
119 + 249 + 222 = 590 (100%)
R 119 of 590 ~ 20.17%
G 249 of 590 ~ 42.2%
B 222 of 590 ~ 37.63%

%20.17
%42.2
%37.63

CMYK color model

#77F9DE color CMYK value is (52,0,11,2).

  • cyan value is 52.21%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(52,0,11,2)
C52M0Y11K2 
(52%,0%,11%,2%)
(0.52/0.00/0.11/0.02)	

CMYK percentages

%52.21
%0
%10.84
%2.35

Codes

Color #77F9DE in popluar color models

77F9DE
RGB119249222
HSL168°91.55%72.16%
HSB/HSV168°52.21%97.65%
CMYK52.21%0.00%10.84%
2.35%

Color #77F9DE in popluar number systems.

HEX77F9DE
Decimal119249222
Binary11101111111100111011110
Octal167371336

Shades and tints

Shades of #77F9DE

#77F9DE
(119,249,222)
#6DE3CA
(109,227,202)
#63CDB6
(99,205,182)
#59B7A2
(89,183,162)
#4FA18E
(79,161,142)
#458B7A
(69,139,122)
#3B7566
(59,117,102)
#315F52
(49,95,82)
#27493E
(39,73,62)
#1D332A
(29,51,42)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #77F9DE

#77F9DE
(119,249,222)
#83F9E1
(131,249,225)
#8FF9E4
(143,249,228)
#9BF9E7
(155,249,231)
#A7F9EA
(167,249,234)
#B3F9ED
(179,249,237)
#BFF9F0
(191,249,240)
#CBF9F3
(203,249,243)
#D7F9F6
(215,249,246)
#E3F9F9
(227,249,249)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F9DE color. Also use rgb(119,249,222) instead hex code.

Text Font Color

.myTextColor { color: #77F9DE; }

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

This text font color is #77F9DE.


Background Color

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

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

This div background color is #77F9DE.


Border color

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

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

This div border color is #77F9DE.


Opacity

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

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

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

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

This text has shadow with #77F9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F9DE on black background.


Color preview on white background

This text has color #77F9DE on white background.



Black color preview on #77F9DE background

This text has black color on #77F9DE background.


White color preview on #77F9DE background

This text has white color on #77F9DE background.