COLOR #76C1BE

HEX: #76C1BE
RGB: (118,193,190)

Color info

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

RGB color model

#76C1BE color RGB value is (118,193,190).

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

RGB channels and saturation

R 118 of 255 = 46%
G 193 of 255 = 76%
B 190 of 255 = 75%

118
193
190

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

Portions of RGB colors in percentages

R + G + B =
118 + 193 + 190 = 501 (100%)
R 118 of 501 ~ 23.55%
G 193 of 501 ~ 38.52%
B 190 of 501 ~ 37.92%

%23.55
%38.52
%37.92

CMYK color model

#76C1BE color CMYK value is (39,0,2,24).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(39,0,2,24)
C39M0Y2K24 
(39%,0%,2%,24%)
(0.39/0.00/0.02/0.24)	

CMYK percentages

%38.86
%0
%1.55
%24.31

Codes

Color #76C1BE in popluar color models

76C1BE
RGB118193190
HSL178°37.69%60.98%
HSB/HSV178°38.86%75.69%
CMYK38.86%0.00%1.55%
24.31%

Color #76C1BE in popluar number systems.

HEX76C1BE
Decimal118193190
Binary11101101100000110111110
Octal166301276

Shades and tints

Shades of #76C1BE

#76C1BE
(118,193,190)
#6CB0AD
(108,176,173)
#629F9C
(98,159,156)
#588E8B
(88,142,139)
#4E7D7A
(78,125,122)
#446C69
(68,108,105)
#3A5B58
(58,91,88)
#304A47
(48,74,71)
#263936
(38,57,54)
#1C2825
(28,40,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #76C1BE

#76C1BE
(118,193,190)
#82C6C3
(130,198,195)
#8ECBC8
(142,203,200)
#9AD0CD
(154,208,205)
#A6D5D2
(166,213,210)
#B2DAD7
(178,218,215)
#BEDFDC
(190,223,220)
#CAE4E1
(202,228,225)
#D6E9E6
(214,233,230)
#E2EEEB
(226,238,235)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C1BE; }

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

This text font color is #76C1BE.


Background Color

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

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

This div background color is #76C1BE.


Border color

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

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

This div border color is #76C1BE.


Opacity

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

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

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

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

This text has shadow with #76C1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C1BE on black background.


Color preview on white background

This text has color #76C1BE on white background.



Black color preview on #76C1BE background

This text has black color on #76C1BE background.


White color preview on #76C1BE background

This text has white color on #76C1BE background.