COLOR #76F7AC

HEX: #76F7AC
RGB: (118,247,172)

Color info

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

RGB color model

#76F7AC color RGB value is (118,247,172).

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

RGB channels and saturation

R 118 of 255 = 46%
G 247 of 255 = 97%
B 172 of 255 = 67%

118
247
172

R + G + B ~ 70%. #76F7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 247 + 172 = 537 (100%)
R 118 of 537 ~ 21.97%
G 247 of 537 ~ 46%
B 172 of 537 ~ 32.03%

%21.97
%46
%32.03

CMYK color model

#76F7AC color CMYK value is (52,0,30,3).

  • cyan value is 52.23%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 3.14%
CMYK:
(52,0,30,3)
C52M0Y30K3 
(52%,0%,30%,3%)
(0.52/0.00/0.30/0.03)	

CMYK percentages

%52.23
%0
%30.36
%3.14

Codes

Color #76F7AC in popluar color models

76F7AC
RGB118247172
HSL145°88.97%71.57%
HSB/HSV145°52.23%96.86%
CMYK52.23%0.00%30.36%
3.14%

Color #76F7AC in popluar number systems.

HEX76F7AC
Decimal118247172
Binary11101101111011110101100
Octal166367254

Shades and tints

Shades of #76F7AC

#76F7AC
(118,247,172)
#6CE19D
(108,225,157)
#62CB8E
(98,203,142)
#58B57F
(88,181,127)
#4E9F70
(78,159,112)
#448961
(68,137,97)
#3A7352
(58,115,82)
#305D43
(48,93,67)
#264734
(38,71,52)
#1C3125
(28,49,37)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #76F7AC

#76F7AC
(118,247,172)
#82F7B3
(130,247,179)
#8EF7BA
(142,247,186)
#9AF7C1
(154,247,193)
#A6F7C8
(166,247,200)
#B2F7CF
(178,247,207)
#BEF7D6
(190,247,214)
#CAF7DD
(202,247,221)
#D6F7E4
(214,247,228)
#E2F7EB
(226,247,235)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F7AC; }

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

This text font color is #76F7AC.


Background Color

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

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

This div background color is #76F7AC.


Border color

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

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

This div border color is #76F7AC.


Opacity

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

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

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

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

This text has shadow with #76F7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F7AC on black background.


Color preview on white background

This text has color #76F7AC on white background.



Black color preview on #76F7AC background

This text has black color on #76F7AC background.


White color preview on #76F7AC background

This text has white color on #76F7AC background.