COLOR #76C6AB

HEX: #76C6AB
RGB: (118,198,171)

Color info

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

RGB color model

#76C6AB color RGB value is (118,198,171).

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

RGB channels and saturation

R 118 of 255 = 46%
G 198 of 255 = 78%
B 171 of 255 = 67%

118
198
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 198 + 171 = 487 (100%)
R 118 of 487 ~ 24.23%
G 198 of 487 ~ 40.66%
B 171 of 487 ~ 35.11%

%24.23
%40.66
%35.11

CMYK color model

#76C6AB color CMYK value is (40,0,14,22).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(40,0,14,22)
C40M0Y14K22 
(40%,0%,14%,22%)
(0.40/0.00/0.14/0.22)	

CMYK percentages

%40.4
%0
%13.64
%22.35

Codes

Color #76C6AB in popluar color models

76C6AB
RGB118198171
HSL160°41.24%61.96%
HSB/HSV160°40.40%77.65%
CMYK40.40%0.00%13.64%
22.35%

Color #76C6AB in popluar number systems.

HEX76C6AB
Decimal118198171
Binary11101101100011010101011
Octal166306253

Shades and tints

Shades of #76C6AB

#76C6AB
(118,198,171)
#6CB49C
(108,180,156)
#62A28D
(98,162,141)
#58907E
(88,144,126)
#4E7E6F
(78,126,111)
#446C60
(68,108,96)
#3A5A51
(58,90,81)
#304842
(48,72,66)
#263633
(38,54,51)
#1C2424
(28,36,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #76C6AB

#76C6AB
(118,198,171)
#82CBB2
(130,203,178)
#8ED0B9
(142,208,185)
#9AD5C0
(154,213,192)
#A6DAC7
(166,218,199)
#B2DFCE
(178,223,206)
#BEE4D5
(190,228,213)
#CAE9DC
(202,233,220)
#D6EEE3
(214,238,227)
#E2F3EA
(226,243,234)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C6AB; }

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

This text font color is #76C6AB.


Background Color

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

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

This div background color is #76C6AB.


Border color

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

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

This div border color is #76C6AB.


Opacity

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

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

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

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

This text has shadow with #76C6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C6AB on black background.


Color preview on white background

This text has color #76C6AB on white background.



Black color preview on #76C6AB background

This text has black color on #76C6AB background.


White color preview on #76C6AB background

This text has white color on #76C6AB background.