COLOR #76C4AB

HEX: #76C4AB
RGB: (118,196,171)

Color info

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

RGB color model

#76C4AB color RGB value is (118,196,171).

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

RGB channels and saturation

R 118 of 255 = 46%
G 196 of 255 = 77%
B 171 of 255 = 67%

118
196
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 196 + 171 = 485 (100%)
R 118 of 485 ~ 24.33%
G 196 of 485 ~ 40.41%
B 171 of 485 ~ 35.26%

%24.33
%40.41
%35.26

CMYK color model

#76C4AB color CMYK value is (40,0,13,23).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(40,0,13,23)
C40M0Y13K23 
(40%,0%,13%,23%)
(0.40/0.00/0.13/0.23)	

CMYK percentages

%39.8
%0
%12.76
%23.14

Codes

Color #76C4AB in popluar color models

76C4AB
RGB118196171
HSL161°39.80%61.57%
HSB/HSV161°39.80%76.86%
CMYK39.80%0.00%12.76%
23.14%

Color #76C4AB in popluar number systems.

HEX76C4AB
Decimal118196171
Binary11101101100010010101011
Octal166304253

Shades and tints

Shades of #76C4AB

#76C4AB
(118,196,171)
#6CB39C
(108,179,156)
#62A28D
(98,162,141)
#58917E
(88,145,126)
#4E806F
(78,128,111)
#446F60
(68,111,96)
#3A5E51
(58,94,81)
#304D42
(48,77,66)
#263C33
(38,60,51)
#1C2B24
(28,43,36)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #76C4AB

#76C4AB
(118,196,171)
#82C9B2
(130,201,178)
#8ECEB9
(142,206,185)
#9AD3C0
(154,211,192)
#A6D8C7
(166,216,199)
#B2DDCE
(178,221,206)
#BEE2D5
(190,226,213)
#CAE7DC
(202,231,220)
#D6ECE3
(214,236,227)
#E2F1EA
(226,241,234)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C4AB; }

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

This text font color is #76C4AB.


Background Color

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

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

This div background color is #76C4AB.


Border color

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

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

This div border color is #76C4AB.


Opacity

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

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

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

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

This text has shadow with #76C4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C4AB on black background.


Color preview on white background

This text has color #76C4AB on white background.



Black color preview on #76C4AB background

This text has black color on #76C4AB background.


White color preview on #76C4AB background

This text has white color on #76C4AB background.