COLOR #76AD94

HEX: #76AD94 RGB: (118,173,148)

Color info

#76AD94 contains red, green and blue colors in about the same proportion. Web safe color of #76AD94 is #669999 (or #699).

RGB color model

#76AD94 color RGB value is (118,173,148).

RGB: (118,173,148) (46%, 68%, 58%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 148 of 255 = 58%

118
173
148

R + G + B ~ 57%. #76AD94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 173 + 148 = 439 (100%)
R 118 of 439 ~ 26.88%
G 173 of 439 ~ 39.41%
B 148 of 439 ~ 33.71'%

%26.88
%39.41
%33.71

CMYK color model

#76AD94 color CMYK value is (32,0,14,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%

CMYK: (32,0,14,32)
C32M0Y14K32 (32%, 0%, 14%, 32%)
(0.32 / 0.00 / 0.14 / 0.32)

CMYK percentages

%31.79
%0
%14.45
%32.16

Codes

Color #76AD94 in popluar color models

76 AD 94
RGB 118 173 148
HSL 153° 25.11% 57.06%
HSB/HSV 153° 31.79% 67.84%
CMYK 31.79% 0.00% 14.45%
32.16%

Color #76AD94 in popluar number systems.

HEX 76 AD 94
Decimal 118 173 148
Binary 1110110 10101101 10010100
Octal 166 255 224

Shades and tints

Shades of #76AD94

#76AD94
(118,173,148)
#6C9E87
(108,158,135)
#628F7A
(98,143,122)
#58806D
(88,128,109)
#4E7160
(78,113,96)
#446253
(68,98,83)
#3A5346
(58,83,70)
#304439
(48,68,57)
#26352C
(38,53,44)
#1C261F
(28,38,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #76AD94

#76AD94
(118,173,148)
#82B49D
(130,180,157)
#8EBBA6
(142,187,166)
#9AC2AF
(154,194,175)
#A6C9B8
(166,201,184)
#B2D0C1
(178,208,193)
#BED7CA
(190,215,202)
#CADED3
(202,222,211)
#D6E5DC
(214,229,220)
#E2ECE5
(226,236,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AD94; }

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

This text font color is #76AD94.

Background Color

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

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

This div background color is #76AD94.

Border color

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

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

This div border color is #76AD94.

Opacity

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

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

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

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

This text has shadow with #76AD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AD94.

Preview

Color preview on black background

This text has color #76AD94 on black background.


Color preview on white background

This text has color #76AD94 on white background.


Black color preview on #76AD94 background

This text has black color on #76AD94 background.


White color preview on #76AD94 background

This text has white color on #76AD94 background.


Related colors

Complementary color

Complementary color for #hex is #89526B.


I love getcolorcode.com

Triadic colors

1 #9476AD and #AD9476 with #76AD94 are triadic colors.

2 #94AD76 and #AD7694 with #76AD94 are triadic colors.