COLOR #77FDC3

HEX: #77FDC3
RGB: (119,253,195)

Color info

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

RGB color model

#77FDC3 color RGB value is (119,253,195).

  • red value is 119;
  • green value is 253;
  • blue value is 195.
RGB:
(119,253,195)
(47%,99%,76%)

RGB channels and saturation

R 119 of 255 = 47%
G 253 of 255 = 99%
B 195 of 255 = 76%

119
253
195

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

Portions of RGB colors in percentages

R + G + B =
119 + 253 + 195 = 567 (100%)
R 119 of 567 ~ 20.99%
G 253 of 567 ~ 44.62%
B 195 of 567 ~ 34.39%

%20.99
%44.62
%34.39

CMYK color model

#77FDC3 color CMYK value is (53,0,23,1).

  • cyan value is 52.96%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 0.78%
CMYK:
(53,0,23,1)
C53M0Y23K1 
(53%,0%,23%,1%)
(0.53/0.00/0.23/0.01)	

CMYK percentages

%52.96
%0
%22.92
%0.78

Codes

Color #77FDC3 in popluar color models

77FDC3
RGB119253195
HSL154°97.10%72.94%
HSB/HSV154°52.96%99.22%
CMYK52.96%0.00%22.92%
0.78%

Color #77FDC3 in popluar number systems.

HEX77FDC3
Decimal119253195
Binary11101111111110111000011
Octal167375303

Shades and tints

Shades of #77FDC3

#77FDC3
(119,253,195)
#6DE6B2
(109,230,178)
#63CFA1
(99,207,161)
#59B890
(89,184,144)
#4FA17F
(79,161,127)
#458A6E
(69,138,110)
#3B735D
(59,115,93)
#315C4C
(49,92,76)
#27453B
(39,69,59)
#1D2E2A
(29,46,42)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #77FDC3

#77FDC3
(119,253,195)
#83FDC8
(131,253,200)
#8FFDCD
(143,253,205)
#9BFDD2
(155,253,210)
#A7FDD7
(167,253,215)
#B3FDDC
(179,253,220)
#BFFDE1
(191,253,225)
#CBFDE6
(203,253,230)
#D7FDEB
(215,253,235)
#E3FDF0
(227,253,240)
#EFFDF5
(239,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77FDC3 color. Also use rgb(119,253,195) instead hex code.

Text Font Color

.myTextColor { color: #77FDC3; }

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

This text font color is #77FDC3.


Background Color

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

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

This div background color is #77FDC3.


Border color

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

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

This div border color is #77FDC3.


Opacity

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

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

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

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

This text has shadow with #77FDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77FDC3 on black background.


Color preview on white background

This text has color #77FDC3 on white background.



Black color preview on #77FDC3 background

This text has black color on #77FDC3 background.


White color preview on #77FDC3 background

This text has white color on #77FDC3 background.