COLOR #76B6AB

HEX: #76B6AB
RGB: (118,182,171)

Color info

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

RGB color model

#76B6AB color RGB value is (118,182,171).

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

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 171 of 255 = 67%

118
182
171

R + G + B ~ 61%. #76B6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 171 = 471 (100%)
R 118 of 471 ~ 25.05%
G 182 of 471 ~ 38.64%
B 171 of 471 ~ 36.31%

%25.05
%38.64
%36.31

CMYK color model

#76B6AB color CMYK value is (35,0,6,29).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(35,0,6,29)
C35M0Y6K29 
(35%,0%,6%,29%)
(0.35/0.00/0.06/0.29)	

CMYK percentages

%35.16
%0
%6.04
%28.63

Codes

Color #76B6AB in popluar color models

76B6AB
RGB118182171
HSL170°30.48%58.82%
HSB/HSV170°35.16%71.37%
CMYK35.16%0.00%6.04%
28.63%

Color #76B6AB in popluar number systems.

HEX76B6AB
Decimal118182171
Binary11101101011011010101011
Octal166266253

Shades and tints

Shades of #76B6AB

#76B6AB
(118,182,171)
#6CA69C
(108,166,156)
#62968D
(98,150,141)
#58867E
(88,134,126)
#4E766F
(78,118,111)
#446660
(68,102,96)
#3A5651
(58,86,81)
#304642
(48,70,66)
#263633
(38,54,51)
#1C2624
(28,38,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #76B6AB

#76B6AB
(118,182,171)
#82BCB2
(130,188,178)
#8EC2B9
(142,194,185)
#9AC8C0
(154,200,192)
#A6CEC7
(166,206,199)
#B2D4CE
(178,212,206)
#BEDAD5
(190,218,213)
#CAE0DC
(202,224,220)
#D6E6E3
(214,230,227)
#E2ECEA
(226,236,234)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B6AB; }

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

This text font color is #76B6AB.


Background Color

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

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

This div background color is #76B6AB.


Border color

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

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

This div border color is #76B6AB.


Opacity

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

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

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

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

This text has shadow with #76B6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B6AB on black background.


Color preview on white background

This text has color #76B6AB on white background.



Black color preview on #76B6AB background

This text has black color on #76B6AB background.


White color preview on #76B6AB background

This text has white color on #76B6AB background.