COLOR #76D0A3

HEX: #76D0A3
RGB: (118,208,163)

Color info

#76D0A3 contains mainly green and blue colors. Web safe color of #76D0A3 is #66CC99 (or #6C9).

RGB color model

#76D0A3 color RGB value is (118,208,163).

  • red value is 118;
  • green value is 208;
  • blue value is 163.
RGB:
(118,208,163)
(46%,82%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 208 of 255 = 82%
B 163 of 255 = 64%

118
208
163

R + G + B ~ 64%. #76D0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 208 + 163 = 489 (100%)
R 118 of 489 ~ 24.13%
G 208 of 489 ~ 42.54%
B 163 of 489 ~ 33.33%

%24.13
%42.54
%33.33

CMYK color model

#76D0A3 color CMYK value is (43,0,22,18).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 21.63%
  • key color value is 18.43%
CMYK:
(43,0,22,18)
C43M0Y22K18 
(43%,0%,22%,18%)
(0.43/0.00/0.22/0.18)	

CMYK percentages

%43.27
%0
%21.63
%18.43

Codes

Color #76D0A3 in popluar color models

76D0A3
RGB118208163
HSL150°48.91%63.92%
HSB/HSV150°43.27%81.57%
CMYK43.27%0.00%21.63%
18.43%

Color #76D0A3 in popluar number systems.

HEX76D0A3
Decimal118208163
Binary11101101101000010100011
Octal166320243

Shades and tints

Shades of #76D0A3

#76D0A3
(118,208,163)
#6CBE95
(108,190,149)
#62AC87
(98,172,135)
#589A79
(88,154,121)
#4E886B
(78,136,107)
#44765D
(68,118,93)
#3A644F
(58,100,79)
#305241
(48,82,65)
#264033
(38,64,51)
#1C2E25
(28,46,37)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #76D0A3

#76D0A3
(118,208,163)
#82D4AB
(130,212,171)
#8ED8B3
(142,216,179)
#9ADCBB
(154,220,187)
#A6E0C3
(166,224,195)
#B2E4CB
(178,228,203)
#BEE8D3
(190,232,211)
#CAECDB
(202,236,219)
#D6F0E3
(214,240,227)
#E2F4EB
(226,244,235)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D0A3 color. Also use rgb(118,208,163) instead hex code.

Text Font Color

.myTextColor { color: #76D0A3; }

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

This text font color is #76D0A3.


Background Color

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

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

This div background color is #76D0A3.


Border color

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

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

This div border color is #76D0A3.


Opacity

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

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

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

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

This text has shadow with #76D0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D0A3 on black background.


Color preview on white background

This text has color #76D0A3 on white background.



Black color preview on #76D0A3 background

This text has black color on #76D0A3 background.


White color preview on #76D0A3 background

This text has white color on #76D0A3 background.