COLOR #76BAA4

HEX: #76BAA4 RGB: (118,186,164)

Color info

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

RGB color model

#76BAA4 color RGB value is (118,186,164).

RGB: (118,186,164) (46%, 73%, 64%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 164 of 255 = 64%

118
186
164

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

Portions of RGB colors in percentages

R + G + B = 118 + 186 + 164 = 468 (100%)
R 118 of 468 ~ 25.21%
G 186 of 468 ~ 39.74%
B 164 of 468 ~ 35.04'%

%25.21
%39.74
%35.04

CMYK color model

#76BAA4 color CMYK value is (37,0,12,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 27.06%

CMYK: (37,0,12,27)
C37M0Y12K27 (37%, 0%, 12%, 27%)
(0.37 / 0.00 / 0.12 / 0.27)

CMYK percentages

%36.56
%0
%11.83
%27.06

Codes

Color #76BAA4 in popluar color models

76 BA A4
RGB 118 186 164
HSL 161° 33.01% 59.61%
HSB/HSV 161° 36.56% 72.94%
CMYK 36.56% 0.00% 11.83%
27.06%

Color #76BAA4 in popluar number systems.

HEX 76 BA A4
Decimal 118 186 164
Binary 1110110 10111010 10100100
Octal 166 272 244

Shades and tints

Shades of #76BAA4

#76BAA4
(118,186,164)
#6CAA96
(108,170,150)
#629A88
(98,154,136)
#588A7A
(88,138,122)
#4E7A6C
(78,122,108)
#446A5E
(68,106,94)
#3A5A50
(58,90,80)
#304A42
(48,74,66)
#263A34
(38,58,52)
#1C2A26
(28,42,38)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #76BAA4

#76BAA4
(118,186,164)
#82C0AC
(130,192,172)
#8EC6B4
(142,198,180)
#9ACCBC
(154,204,188)
#A6D2C4
(166,210,196)
#B2D8CC
(178,216,204)
#BEDED4
(190,222,212)
#CAE4DC
(202,228,220)
#D6EAE4
(214,234,228)
#E2F0EC
(226,240,236)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BAA4; }

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

This text font color is #76BAA4.

Background Color

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

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

This div background color is #76BAA4.

Border color

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

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

This div border color is #76BAA4.

Opacity

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

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

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

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

This text has shadow with #76BAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BAA4.

Preview

Color preview on black background

This text has color #76BAA4 on black background.


Color preview on white background

This text has color #76BAA4 on white background.


Black color preview on #76BAA4 background

This text has black color on #76BAA4 background.


White color preview on #76BAA4 background

This text has white color on #76BAA4 background.


Related colors

Complementary color

Complementary color for #hex is #89455B.


I love getcolorcode.com

Triadic colors

1 #A476BA and #BAA476 with #76BAA4 are triadic colors.

2 #A4BA76 and #BA76A4 with #76BAA4 are triadic colors.