COLOR #76BCA3

HEX: #76BCA3
RGB: (118,188,163)

Color info

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

RGB color model

#76BCA3 color RGB value is (118,188,163).

  • red value is 118;
  • green value is 188;
  • blue value is 163.
RGB:
(118,188,163)
(46%,74%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 188 of 255 = 74%
B 163 of 255 = 64%

118
188
163

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

Portions of RGB colors in percentages

R + G + B =
118 + 188 + 163 = 469 (100%)
R 118 of 469 ~ 25.16%
G 188 of 469 ~ 40.09%
B 163 of 469 ~ 34.75%

%25.16
%40.09
%34.75

CMYK color model

#76BCA3 color CMYK value is (37,0,13,26).

  • cyan value is 37.23%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 26.27%
CMYK:
(37,0,13,26)
C37M0Y13K26 
(37%,0%,13%,26%)
(0.37/0.00/0.13/0.26)	

CMYK percentages

%37.23
%0
%13.3
%26.27

Codes

Color #76BCA3 in popluar color models

76BCA3
RGB118188163
HSL159°34.31%60.00%
HSB/HSV159°37.23%73.73%
CMYK37.23%0.00%13.30%
26.27%

Color #76BCA3 in popluar number systems.

HEX76BCA3
Decimal118188163
Binary11101101011110010100011
Octal166274243

Shades and tints

Shades of #76BCA3

#76BCA3
(118,188,163)
#6CAB95
(108,171,149)
#629A87
(98,154,135)
#588979
(88,137,121)
#4E786B
(78,120,107)
#44675D
(68,103,93)
#3A564F
(58,86,79)
#304541
(48,69,65)
#263433
(38,52,51)
#1C2325
(28,35,37)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76BCA3

#76BCA3
(118,188,163)
#82C2AB
(130,194,171)
#8EC8B3
(142,200,179)
#9ACEBB
(154,206,187)
#A6D4C3
(166,212,195)
#B2DACB
(178,218,203)
#BEE0D3
(190,224,211)
#CAE6DB
(202,230,219)
#D6ECE3
(214,236,227)
#E2F2EB
(226,242,235)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BCA3 color. Also use rgb(118,188,163) instead hex code.

Text Font Color

.myTextColor { color: #76BCA3; }

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

This text font color is #76BCA3.


Background Color

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

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

This div background color is #76BCA3.


Border color

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

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

This div border color is #76BCA3.


Opacity

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

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

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

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

This text has shadow with #76BCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BCA3 on black background.


Color preview on white background

This text has color #76BCA3 on white background.



Black color preview on #76BCA3 background

This text has black color on #76BCA3 background.


White color preview on #76BCA3 background

This text has white color on #76BCA3 background.