COLOR #76B9AB

HEX: #76B9AB
RGB: (118,185,171)

Color info

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

RGB color model

#76B9AB color RGB value is (118,185,171).

  • red value is 118;
  • green value is 185;
  • blue value is 171.
RGB:
(118,185,171)
(46%,73%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 185 of 255 = 73%
B 171 of 255 = 67%

118
185
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 185 + 171 = 474 (100%)
R 118 of 474 ~ 24.89%
G 185 of 474 ~ 39.03%
B 171 of 474 ~ 36.08%

%24.89
%39.03
%36.08

CMYK color model

#76B9AB color CMYK value is (36,0,8,27).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(36,0,8,27)
C36M0Y8K27 
(36%,0%,8%,27%)
(0.36/0.00/0.08/0.27)	

CMYK percentages

%36.22
%0
%7.57
%27.45

Codes

Color #76B9AB in popluar color models

76B9AB
RGB118185171
HSL167°32.37%59.41%
HSB/HSV167°36.22%72.55%
CMYK36.22%0.00%7.57%
27.45%

Color #76B9AB in popluar number systems.

HEX76B9AB
Decimal118185171
Binary11101101011100110101011
Octal166271253

Shades and tints

Shades of #76B9AB

#76B9AB
(118,185,171)
#6CA99C
(108,169,156)
#62998D
(98,153,141)
#58897E
(88,137,126)
#4E796F
(78,121,111)
#446960
(68,105,96)
#3A5951
(58,89,81)
#304942
(48,73,66)
#263933
(38,57,51)
#1C2924
(28,41,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #76B9AB

#76B9AB
(118,185,171)
#82BFB2
(130,191,178)
#8EC5B9
(142,197,185)
#9ACBC0
(154,203,192)
#A6D1C7
(166,209,199)
#B2D7CE
(178,215,206)
#BEDDD5
(190,221,213)
#CAE3DC
(202,227,220)
#D6E9E3
(214,233,227)
#E2EFEA
(226,239,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B9AB; }

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

This text font color is #76B9AB.


Background Color

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

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

This div background color is #76B9AB.


Border color

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

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

This div border color is #76B9AB.


Opacity

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

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

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

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

This text has shadow with #76B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B9AB on black background.


Color preview on white background

This text has color #76B9AB on white background.



Black color preview on #76B9AB background

This text has black color on #76B9AB background.


White color preview on #76B9AB background

This text has white color on #76B9AB background.