COLOR #76FDAC

HEX: #76FDAC
RGB: (118,253,172)

Color info

#76FDAC contains mainly green color. Web safe color of #76FDAC is #66FF99 (or #6F9).

RGB color model

#76FDAC color RGB value is (118,253,172).

  • red value is 118;
  • green value is 253;
  • blue value is 172.
RGB:
(118,253,172)
(46%,99%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 253 of 255 = 99%
B 172 of 255 = 67%

118
253
172

R + G + B ~ 71%. #76FDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 253 + 172 = 543 (100%)
R 118 of 543 ~ 21.73%
G 253 of 543 ~ 46.59%
B 172 of 543 ~ 31.68%

%21.73
%46.59
%31.68

CMYK color model

#76FDAC color CMYK value is (53,0,32,1).

  • cyan value is 53.36%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 0.78%
CMYK:
(53,0,32,1)
C53M0Y32K1 
(53%,0%,32%,1%)
(0.53/0.00/0.32/0.01)	

CMYK percentages

%53.36
%0
%32.02
%0.78

Codes

Color #76FDAC in popluar color models

76FDAC
RGB118253172
HSL144°97.12%72.75%
HSB/HSV144°53.36%99.22%
CMYK53.36%0.00%32.02%
0.78%

Color #76FDAC in popluar number systems.

HEX76FDAC
Decimal118253172
Binary11101101111110110101100
Octal166375254

Shades and tints

Shades of #76FDAC

#76FDAC
(118,253,172)
#6CE69D
(108,230,157)
#62CF8E
(98,207,142)
#58B87F
(88,184,127)
#4EA170
(78,161,112)
#448A61
(68,138,97)
#3A7352
(58,115,82)
#305C43
(48,92,67)
#264534
(38,69,52)
#1C2E25
(28,46,37)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #76FDAC

#76FDAC
(118,253,172)
#82FDB3
(130,253,179)
#8EFDBA
(142,253,186)
#9AFDC1
(154,253,193)
#A6FDC8
(166,253,200)
#B2FDCF
(178,253,207)
#BEFDD6
(190,253,214)
#CAFDDD
(202,253,221)
#D6FDE4
(214,253,228)
#E2FDEB
(226,253,235)
#EEFDF2
(238,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FDAC color. Also use rgb(118,253,172) instead hex code.

Text Font Color

.myTextColor { color: #76FDAC; }

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

This text font color is #76FDAC.


Background Color

.myBgColor { background-color: #76FDAC; }

<div style="background-color:#76FDAC">Inner text</div>

This div background color is #76FDAC.


Border color

.myBorderColor { border: 1px solid #76FDAC; }

<div style="border:3px solid #76FDAC">Div</div>

This div border color is #76FDAC.


Opacity

.myOpacity80 { color: #76FDAC; opacity: 0.8; }

<p style="color:#76FDAC;opacity:0.8;">80%</p>

Text with #76FDAC 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 #76FDAC;}

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

This text has shadow with #76FDAC color.

.textShadow {text-shadow: 3px 3px 1px #76FDAC, 3px 3px 1px red;}

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

This text has shadow with #76FDAC primary color and red secondary color.


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

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

This text has shadow with #76FDAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FDAC on black background.


Color preview on white background

This text has color #76FDAC on white background.



Black color preview on #76FDAC background

This text has black color on #76FDAC background.


White color preview on #76FDAC background

This text has white color on #76FDAC background.