COLOR #76E4BC

HEX: #76E4BC
RGB: (118,228,188)

Color info

#76E4BC contains mainly green and blue colors. Web safe color of #76E4BC is #66CCCC (or #6CC).

RGB color model

#76E4BC color RGB value is (118,228,188).

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

RGB channels and saturation

R 118 of 255 = 46%
G 228 of 255 = 89%
B 188 of 255 = 74%

118
228
188

R + G + B ~ 70%. #76E4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 228 + 188 = 534 (100%)
R 118 of 534 ~ 22.1%
G 228 of 534 ~ 42.7%
B 188 of 534 ~ 35.21%

%22.1
%42.7
%35.21

CMYK color model

#76E4BC color CMYK value is (48,0,18,11).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 10.59%
CMYK:
(48,0,18,11)
C48M0Y18K11 
(48%,0%,18%,11%)
(0.48/0.00/0.18/0.11)	

CMYK percentages

%48.25
%0
%17.54
%10.59

Codes

Color #76E4BC in popluar color models

76E4BC
RGB118228188
HSL158°67.07%67.84%
HSB/HSV158°48.25%89.41%
CMYK48.25%0.00%17.54%
10.59%

Color #76E4BC in popluar number systems.

HEX76E4BC
Decimal118228188
Binary11101101110010010111100
Octal166344274

Shades and tints

Shades of #76E4BC

#76E4BC
(118,228,188)
#6CD0AB
(108,208,171)
#62BC9A
(98,188,154)
#58A889
(88,168,137)
#4E9478
(78,148,120)
#448067
(68,128,103)
#3A6C56
(58,108,86)
#305845
(48,88,69)
#264434
(38,68,52)
#1C3023
(28,48,35)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #76E4BC

#76E4BC
(118,228,188)
#82E6C2
(130,230,194)
#8EE8C8
(142,232,200)
#9AEACE
(154,234,206)
#A6ECD4
(166,236,212)
#B2EEDA
(178,238,218)
#BEF0E0
(190,240,224)
#CAF2E6
(202,242,230)
#D6F4EC
(214,244,236)
#E2F6F2
(226,246,242)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E4BC; }

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

This text font color is #76E4BC.


Background Color

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

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

This div background color is #76E4BC.


Border color

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

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

This div border color is #76E4BC.


Opacity

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

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

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

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

This text has shadow with #76E4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E4BC on black background.


Color preview on white background

This text has color #76E4BC on white background.



Black color preview on #76E4BC background

This text has black color on #76E4BC background.


White color preview on #76E4BC background

This text has white color on #76E4BC background.