COLOR #76DFA1

HEX: #76DFA1
RGB: (118,223,161)

Color info

#76DFA1 contains mainly green color. Web safe color of #76DFA1 is #66CC99 (or #6C9).

RGB color model

#76DFA1 color RGB value is (118,223,161).

  • red value is 118;
  • green value is 223;
  • blue value is 161.
RGB:
(118,223,161)
(46%,87%,63%)

RGB channels and saturation

R 118 of 255 = 46%
G 223 of 255 = 87%
B 161 of 255 = 63%

118
223
161

R + G + B ~ 65%. #76DFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 223 + 161 = 502 (100%)
R 118 of 502 ~ 23.51%
G 223 of 502 ~ 44.42%
B 161 of 502 ~ 32.07%

%23.51
%44.42
%32.07

CMYK color model

#76DFA1 color CMYK value is (47,0,28,13).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 12.55%
CMYK:
(47,0,28,13)
C47M0Y28K13 
(47%,0%,28%,13%)
(0.47/0.00/0.28/0.13)	

CMYK percentages

%47.09
%0
%27.8
%12.55

Codes

Color #76DFA1 in popluar color models

76DFA1
RGB118223161
HSL145°62.13%66.86%
HSB/HSV145°47.09%87.45%
CMYK47.09%0.00%27.80%
12.55%

Color #76DFA1 in popluar number systems.

HEX76DFA1
Decimal118223161
Binary11101101101111110100001
Octal166337241

Shades and tints

Shades of #76DFA1

#76DFA1
(118,223,161)
#6CCB93
(108,203,147)
#62B785
(98,183,133)
#58A377
(88,163,119)
#4E8F69
(78,143,105)
#447B5B
(68,123,91)
#3A674D
(58,103,77)
#30533F
(48,83,63)
#263F31
(38,63,49)
#1C2B23
(28,43,35)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #76DFA1

#76DFA1
(118,223,161)
#82E1A9
(130,225,169)
#8EE3B1
(142,227,177)
#9AE5B9
(154,229,185)
#A6E7C1
(166,231,193)
#B2E9C9
(178,233,201)
#BEEBD1
(190,235,209)
#CAEDD9
(202,237,217)
#D6EFE1
(214,239,225)
#E2F1E9
(226,241,233)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DFA1 color. Also use rgb(118,223,161) instead hex code.

Text Font Color

.myTextColor { color: #76DFA1; }

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

This text font color is #76DFA1.


Background Color

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

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

This div background color is #76DFA1.


Border color

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

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

This div border color is #76DFA1.


Opacity

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

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

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

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

This text has shadow with #76DFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DFA1 on black background.


Color preview on white background

This text has color #76DFA1 on white background.



Black color preview on #76DFA1 background

This text has black color on #76DFA1 background.


White color preview on #76DFA1 background

This text has white color on #76DFA1 background.