COLOR #76AEA4

HEX: #76AEA4
RGB: (118,174,164)

Color info

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

RGB color model

#76AEA4 color RGB value is (118,174,164).

  • red value is 118;
  • green value is 174;
  • blue value is 164.
RGB:
(118,174,164)
(46%,68%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 174 of 255 = 68%
B 164 of 255 = 64%

118
174
164

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

Portions of RGB colors in percentages

R + G + B =
118 + 174 + 164 = 456 (100%)
R 118 of 456 ~ 25.88%
G 174 of 456 ~ 38.16%
B 164 of 456 ~ 35.96%

%25.88
%38.16
%35.96

CMYK color model

#76AEA4 color CMYK value is (32,0,6,32).

  • cyan value is 32.18%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(32,0,6,32)
C32M0Y6K32 
(32%,0%,6%,32%)
(0.32/0.00/0.06/0.32)	

CMYK percentages

%32.18
%0
%5.75
%31.76

Codes

Color #76AEA4 in popluar color models

76AEA4
RGB118174164
HSL169°25.69%57.25%
HSB/HSV169°32.18%68.24%
CMYK32.18%0.00%5.75%
31.76%

Color #76AEA4 in popluar number systems.

HEX76AEA4
Decimal118174164
Binary11101101010111010100100
Octal166256244

Shades and tints

Shades of #76AEA4

#76AEA4
(118,174,164)
#6C9F96
(108,159,150)
#629088
(98,144,136)
#58817A
(88,129,122)
#4E726C
(78,114,108)
#44635E
(68,99,94)
#3A5450
(58,84,80)
#304542
(48,69,66)
#263634
(38,54,52)
#1C2726
(28,39,38)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #76AEA4

#76AEA4
(118,174,164)
#82B5AC
(130,181,172)
#8EBCB4
(142,188,180)
#9AC3BC
(154,195,188)
#A6CAC4
(166,202,196)
#B2D1CC
(178,209,204)
#BED8D4
(190,216,212)
#CADFDC
(202,223,220)
#D6E6E4
(214,230,228)
#E2EDEC
(226,237,236)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AEA4 color. Also use rgb(118,174,164) instead hex code.

Text Font Color

.myTextColor { color: #76AEA4; }

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

This text font color is #76AEA4.


Background Color

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

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

This div background color is #76AEA4.


Border color

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

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

This div border color is #76AEA4.


Opacity

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

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

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

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

This text has shadow with #76AEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AEA4 on black background.


Color preview on white background

This text has color #76AEA4 on white background.



Black color preview on #76AEA4 background

This text has black color on #76AEA4 background.


White color preview on #76AEA4 background

This text has white color on #76AEA4 background.