COLOR #76B3AB

HEX: #76B3AB RGB: (118,179,171)

Color info

#76B3AB contains mainly green and blue colors. Web safe color of #76B3AB is #669999 (or #699).

RGB color model

#76B3AB color RGB value is (118,179,171).

RGB: (118,179,171) (46%, 70%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 179 of 255 = 70%
B 171 of 255 = 67%

118
179
171

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

Portions of RGB colors in percentages

R + G + B = 118 + 179 + 171 = 468 (100%)
R 118 of 468 ~ 25.21%
G 179 of 468 ~ 38.25%
B 171 of 468 ~ 36.54'%

%25.21
%38.25
%36.54

CMYK color model

#76B3AB color CMYK value is (34,0,4,30).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 29.80%

CMYK: (34,0,4,30)
C34M0Y4K30 (34%, 0%, 4%, 30%)
(0.34 / 0.00 / 0.04 / 0.30)

CMYK percentages

%34.08
%0
%4.47
%29.8

Codes

Color #76B3AB in popluar color models

76 B3 AB
RGB 118 179 171
HSL 172° 28.64% 58.24%
HSB/HSV 172° 34.08% 70.20%
CMYK 34.08% 0.00% 4.47%
29.80%

Color #76B3AB in popluar number systems.

HEX 76 B3 AB
Decimal 118 179 171
Binary 1110110 10110011 10101011
Octal 166 263 253

Shades and tints

Shades of #76B3AB

#76B3AB
(118,179,171)
#6CA39C
(108,163,156)
#62938D
(98,147,141)
#58837E
(88,131,126)
#4E736F
(78,115,111)
#446360
(68,99,96)
#3A5351
(58,83,81)
#304342
(48,67,66)
#263333
(38,51,51)
#1C2324
(28,35,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #76B3AB

#76B3AB
(118,179,171)
#82B9B2
(130,185,178)
#8EBFB9
(142,191,185)
#9AC5C0
(154,197,192)
#A6CBC7
(166,203,199)
#B2D1CE
(178,209,206)
#BED7D5
(190,215,213)
#CADDDC
(202,221,220)
#D6E3E3
(214,227,227)
#E2E9EA
(226,233,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B3AB; }

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

This text font color is #76B3AB.

Background Color

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

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

This div background color is #76B3AB.

Border color

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

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

This div border color is #76B3AB.

Opacity

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

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

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

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

This text has shadow with #76B3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B3AB.

Preview

Color preview on black background

This text has color #76B3AB on black background.


Color preview on white background

This text has color #76B3AB on white background.


Black color preview on #76B3AB background

This text has black color on #76B3AB background.


White color preview on #76B3AB background

This text has white color on #76B3AB background.


Related colors

Complementary color

Complementary color for #hex is #894C54.


I love getcolorcode.com

Triadic colors

1 #AB76B3 and #B3AB76 with #76B3AB are triadic colors.

2 #ABB376 and #B376AB with #76B3AB are triadic colors.