COLOR #77F8CC

HEX: #77F8CC
RGB: (119,248,204)

Color info

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

RGB color model

#77F8CC color RGB value is (119,248,204).

  • red value is 119;
  • green value is 248;
  • blue value is 204.
RGB:
(119,248,204)
(47%,97%,80%)

RGB channels and saturation

R 119 of 255 = 47%
G 248 of 255 = 97%
B 204 of 255 = 80%

119
248
204

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

Portions of RGB colors in percentages

R + G + B =
119 + 248 + 204 = 571 (100%)
R 119 of 571 ~ 20.84%
G 248 of 571 ~ 43.43%
B 204 of 571 ~ 35.73%

%20.84
%43.43
%35.73

CMYK color model

#77F8CC color CMYK value is (52,0,18,3).

  • cyan value is 52.02%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%
CMYK:
(52,0,18,3)
C52M0Y18K3 
(52%,0%,18%,3%)
(0.52/0.00/0.18/0.03)	

CMYK percentages

%52.02
%0
%17.74
%2.75

Codes

Color #77F8CC in popluar color models

77F8CC
RGB119248204
HSL160°90.21%71.96%
HSB/HSV160°52.02%97.25%
CMYK52.02%0.00%17.74%
2.75%

Color #77F8CC in popluar number systems.

HEX77F8CC
Decimal119248204
Binary11101111111100011001100
Octal167370314

Shades and tints

Shades of #77F8CC

#77F8CC
(119,248,204)
#6DE2BA
(109,226,186)
#63CCA8
(99,204,168)
#59B696
(89,182,150)
#4FA084
(79,160,132)
#458A72
(69,138,114)
#3B7460
(59,116,96)
#315E4E
(49,94,78)
#27483C
(39,72,60)
#1D322A
(29,50,42)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #77F8CC

#77F8CC
(119,248,204)
#83F8D0
(131,248,208)
#8FF8D4
(143,248,212)
#9BF8D8
(155,248,216)
#A7F8DC
(167,248,220)
#B3F8E0
(179,248,224)
#BFF8E4
(191,248,228)
#CBF8E8
(203,248,232)
#D7F8EC
(215,248,236)
#E3F8F0
(227,248,240)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F8CC color. Also use rgb(119,248,204) instead hex code.

Text Font Color

.myTextColor { color: #77F8CC; }

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

This text font color is #77F8CC.


Background Color

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

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

This div background color is #77F8CC.


Border color

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

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

This div border color is #77F8CC.


Opacity

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

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

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

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

This text has shadow with #77F8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F8CC on black background.


Color preview on white background

This text has color #77F8CC on white background.



Black color preview on #77F8CC background

This text has black color on #77F8CC background.


White color preview on #77F8CC background

This text has white color on #77F8CC background.