COLOR #76BAA1

HEX: #76BAA1
RGB: (118,186,161)

Color info

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

RGB color model

#76BAA1 color RGB value is (118,186,161).

  • red value is 118;
  • green value is 186;
  • blue value is 161.
RGB:
(118,186,161)
(46%,73%,63%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 161 of 255 = 63%

118
186
161

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

Portions of RGB colors in percentages

R + G + B =
118 + 186 + 161 = 465 (100%)
R 118 of 465 ~ 25.38%
G 186 of 465 ~ 40%
B 161 of 465 ~ 34.62%

%25.38
%40
%34.62

CMYK color model

#76BAA1 color CMYK value is (37,0,13,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(37,0,13,27)
C37M0Y13K27 
(37%,0%,13%,27%)
(0.37/0.00/0.13/0.27)	

CMYK percentages

%36.56
%0
%13.44
%27.06

Codes

Color #76BAA1 in popluar color models

76BAA1
RGB118186161
HSL158°33.01%59.61%
HSB/HSV158°36.56%72.94%
CMYK36.56%0.00%13.44%
27.06%

Color #76BAA1 in popluar number systems.

HEX76BAA1
Decimal118186161
Binary11101101011101010100001
Octal166272241

Shades and tints

Shades of #76BAA1

#76BAA1
(118,186,161)
#6CAA93
(108,170,147)
#629A85
(98,154,133)
#588A77
(88,138,119)
#4E7A69
(78,122,105)
#446A5B
(68,106,91)
#3A5A4D
(58,90,77)
#304A3F
(48,74,63)
#263A31
(38,58,49)
#1C2A23
(28,42,35)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #76BAA1

#76BAA1
(118,186,161)
#82C0A9
(130,192,169)
#8EC6B1
(142,198,177)
#9ACCB9
(154,204,185)
#A6D2C1
(166,210,193)
#B2D8C9
(178,216,201)
#BEDED1
(190,222,209)
#CAE4D9
(202,228,217)
#D6EAE1
(214,234,225)
#E2F0E9
(226,240,233)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BAA1; }

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

This text font color is #76BAA1.


Background Color

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

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

This div background color is #76BAA1.


Border color

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

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

This div border color is #76BAA1.


Opacity

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

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

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

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

This text has shadow with #76BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BAA1 on black background.


Color preview on white background

This text has color #76BAA1 on white background.



Black color preview on #76BAA1 background

This text has black color on #76BAA1 background.


White color preview on #76BAA1 background

This text has white color on #76BAA1 background.