COLOR #76B9AD

HEX: #76B9AD RGB: (118,185,173)

Color info

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

RGB color model

#76B9AD color RGB value is (118,185,173).

RGB: (118,185,173) (46%, 73%, 68%)

RGB channels and saturation

R 118 of 255 = 46%
G 185 of 255 = 73%
B 173 of 255 = 68%

118
185
173

R + G + B ~ 62%. #76B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 185 + 173 = 476 (100%)
R 118 of 476 ~ 24.79%
G 185 of 476 ~ 38.87%
B 173 of 476 ~ 36.34'%

%24.79
%38.87
%36.34

CMYK color model

#76B9AD color CMYK value is (36,0,6,27).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%

CMYK: (36,0,6,27)
C36M0Y6K27 (36%, 0%, 6%, 27%)
(0.36 / 0.00 / 0.06 / 0.27)

CMYK percentages

%36.22
%0
%6.49
%27.45

Codes

Color #76B9AD in popluar color models

76 B9 AD
RGB 118 185 173
HSL 169° 32.37% 59.41%
HSB/HSV 169° 36.22% 72.55%
CMYK 36.22% 0.00% 6.49%
27.45%

Color #76B9AD in popluar number systems.

HEX 76 B9 AD
Decimal 118 185 173
Binary 1110110 10111001 10101101
Octal 166 271 255

Shades and tints

Shades of #76B9AD

#76B9AD
(118,185,173)
#6CA99E
(108,169,158)
#62998F
(98,153,143)
#588980
(88,137,128)
#4E7971
(78,121,113)
#446962
(68,105,98)
#3A5953
(58,89,83)
#304944
(48,73,68)
#263935
(38,57,53)
#1C2926
(28,41,38)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #76B9AD

#76B9AD
(118,185,173)
#82BFB4
(130,191,180)
#8EC5BB
(142,197,187)
#9ACBC2
(154,203,194)
#A6D1C9
(166,209,201)
#B2D7D0
(178,215,208)
#BEDDD7
(190,221,215)
#CAE3DE
(202,227,222)
#D6E9E5
(214,233,229)
#E2EFEC
(226,239,236)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B9AD color. Also use rgb(118,185,173) instead hex code.

Text Font Color

.myTextColor { color: #76B9AD; }

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

This text font color is #76B9AD.

Background Color

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

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

This div background color is #76B9AD.

Border color

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

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

This div border color is #76B9AD.

Opacity

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

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

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

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

This text has shadow with #76B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B9AD.

Preview

Color preview on black background

This text has color #76B9AD on black background.


Color preview on white background

This text has color #76B9AD on white background.


Black color preview on #76B9AD background

This text has black color on #76B9AD background.


White color preview on #76B9AD background

This text has white color on #76B9AD background.


Related colors

Complementary color

Complementary color for #hex is #894652.


I love getcolorcode.com

Triadic colors

1 #AD76B9 and #B9AD76 with #76B9AD are triadic colors.

2 #ADB976 and #B976AD with #76B9AD are triadic colors.