COLOR #76C6A3

HEX: #76C6A3
RGB: (118,198,163)

Color info

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

RGB color model

#76C6A3 color RGB value is (118,198,163).

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

RGB channels and saturation

R 118 of 255 = 46%
G 198 of 255 = 78%
B 163 of 255 = 64%

118
198
163

R + G + B ~ 63%. #76C6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 198 + 163 = 479 (100%)
R 118 of 479 ~ 24.63%
G 198 of 479 ~ 41.34%
B 163 of 479 ~ 34.03%

%24.63
%41.34
%34.03

CMYK color model

#76C6A3 color CMYK value is (40,0,18,22).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(40,0,18,22)
C40M0Y18K22 
(40%,0%,18%,22%)
(0.40/0.00/0.18/0.22)	

CMYK percentages

%40.4
%0
%17.68
%22.35

Codes

Color #76C6A3 in popluar color models

76C6A3
RGB118198163
HSL154°41.24%61.96%
HSB/HSV154°40.40%77.65%
CMYK40.40%0.00%17.68%
22.35%

Color #76C6A3 in popluar number systems.

HEX76C6A3
Decimal118198163
Binary11101101100011010100011
Octal166306243

Shades and tints

Shades of #76C6A3

#76C6A3
(118,198,163)
#6CB495
(108,180,149)
#62A287
(98,162,135)
#589079
(88,144,121)
#4E7E6B
(78,126,107)
#446C5D
(68,108,93)
#3A5A4F
(58,90,79)
#304841
(48,72,65)
#263633
(38,54,51)
#1C2425
(28,36,37)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76C6A3

#76C6A3
(118,198,163)
#82CBAB
(130,203,171)
#8ED0B3
(142,208,179)
#9AD5BB
(154,213,187)
#A6DAC3
(166,218,195)
#B2DFCB
(178,223,203)
#BEE4D3
(190,228,211)
#CAE9DB
(202,233,219)
#D6EEE3
(214,238,227)
#E2F3EB
(226,243,235)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C6A3; }

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

This text font color is #76C6A3.


Background Color

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

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

This div background color is #76C6A3.


Border color

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

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

This div border color is #76C6A3.


Opacity

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

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

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

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

This text has shadow with #76C6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C6A3 on black background.


Color preview on white background

This text has color #76C6A3 on white background.



Black color preview on #76C6A3 background

This text has black color on #76C6A3 background.


White color preview on #76C6A3 background

This text has white color on #76C6A3 background.