COLOR #76C7BE

HEX: #76C7BE
RGB: (118,199,190)

Color info

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

RGB color model

#76C7BE color RGB value is (118,199,190).

  • red value is 118;
  • green value is 199;
  • blue value is 190.
RGB:
(118,199,190)
(46%,78%,75%)

RGB channels and saturation

R 118 of 255 = 46%
G 199 of 255 = 78%
B 190 of 255 = 75%

118
199
190

R + G + B ~ 66%. #76C7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 199 + 190 = 507 (100%)
R 118 of 507 ~ 23.27%
G 199 of 507 ~ 39.25%
B 190 of 507 ~ 37.48%

%23.27
%39.25
%37.48

CMYK color model

#76C7BE color CMYK value is (41,0,5,22).

  • cyan value is 40.70%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(41,0,5,22)
C41M0Y5K22 
(41%,0%,5%,22%)
(0.41/0.00/0.05/0.22)	

CMYK percentages

%40.7
%0
%4.52
%21.96

Codes

Color #76C7BE in popluar color models

76C7BE
RGB118199190
HSL173°41.97%62.16%
HSB/HSV173°40.70%78.04%
CMYK40.70%0.00%4.52%
21.96%

Color #76C7BE in popluar number systems.

HEX76C7BE
Decimal118199190
Binary11101101100011110111110
Octal166307276

Shades and tints

Shades of #76C7BE

#76C7BE
(118,199,190)
#6CB5AD
(108,181,173)
#62A39C
(98,163,156)
#58918B
(88,145,139)
#4E7F7A
(78,127,122)
#446D69
(68,109,105)
#3A5B58
(58,91,88)
#304947
(48,73,71)
#263736
(38,55,54)
#1C2525
(28,37,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #76C7BE

#76C7BE
(118,199,190)
#82CCC3
(130,204,195)
#8ED1C8
(142,209,200)
#9AD6CD
(154,214,205)
#A6DBD2
(166,219,210)
#B2E0D7
(178,224,215)
#BEE5DC
(190,229,220)
#CAEAE1
(202,234,225)
#D6EFE6
(214,239,230)
#E2F4EB
(226,244,235)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C7BE color. Also use rgb(118,199,190) instead hex code.

Text Font Color

.myTextColor { color: #76C7BE; }

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

This text font color is #76C7BE.


Background Color

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

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

This div background color is #76C7BE.


Border color

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

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

This div border color is #76C7BE.


Opacity

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

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

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

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

This text has shadow with #76C7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C7BE on black background.


Color preview on white background

This text has color #76C7BE on white background.



Black color preview on #76C7BE background

This text has black color on #76C7BE background.


White color preview on #76C7BE background

This text has white color on #76C7BE background.