COLOR #76E0C1

HEX: #76E0C1 RGB: (118,224,193)

Color info

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

RGB color model

#76E0C1 color RGB value is (118,224,193).

RGB: (118,224,193) (46%, 88%, 76%)

RGB channels and saturation

R 118 of 255 = 46%
G 224 of 255 = 88%
B 193 of 255 = 76%

118
224
193

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

Portions of RGB colors in percentages

R + G + B = 118 + 224 + 193 = 535 (100%)
R 118 of 535 ~ 22.06%
G 224 of 535 ~ 41.87%
B 193 of 535 ~ 36.07'%

%22.06
%41.87
%36.07

CMYK color model

#76E0C1 color CMYK value is (47,0,14,12).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 13.84%
  • key color value is 12.16%

CMYK: (47,0,14,12)
C47M0Y14K12 (47%, 0%, 14%, 12%)
(0.47 / 0.00 / 0.14 / 0.12)

CMYK percentages

%47.32
%0
%13.84
%12.16

Codes

Color #76E0C1 in popluar color models

76 E0 C1
RGB 118 224 193
HSL 162° 63.10% 67.06%
HSB/HSV 162° 47.32% 87.84%
CMYK 47.32% 0.00% 13.84%
12.16%

Color #76E0C1 in popluar number systems.

HEX 76 E0 C1
Decimal 118 224 193
Binary 1110110 11100000 11000001
Octal 166 340 301

Shades and tints

Shades of #76E0C1

#76E0C1
(118,224,193)
#6CCCB0
(108,204,176)
#62B89F
(98,184,159)
#58A48E
(88,164,142)
#4E907D
(78,144,125)
#447C6C
(68,124,108)
#3A685B
(58,104,91)
#30544A
(48,84,74)
#264039
(38,64,57)
#1C2C28
(28,44,40)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #76E0C1

#76E0C1
(118,224,193)
#82E2C6
(130,226,198)
#8EE4CB
(142,228,203)
#9AE6D0
(154,230,208)
#A6E8D5
(166,232,213)
#B2EADA
(178,234,218)
#BEECDF
(190,236,223)
#CAEEE4
(202,238,228)
#D6F0E9
(214,240,233)
#E2F2EE
(226,242,238)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E0C1; }

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

This text font color is #76E0C1.

Background Color

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

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

This div background color is #76E0C1.

Border color

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

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

This div border color is #76E0C1.

Opacity

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

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

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

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

This text has shadow with #76E0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76E0C1.

Preview

Color preview on black background

This text has color #76E0C1 on black background.


Color preview on white background

This text has color #76E0C1 on white background.


Black color preview on #76E0C1 background

This text has black color on #76E0C1 background.


White color preview on #76E0C1 background

This text has white color on #76E0C1 background.


Related colors

Complementary color

Complementary color for #hex is #891F3E.


I love getcolorcode.com

Triadic colors

1 #C176E0 and #E0C176 with #76E0C1 are triadic colors.

2 #C1E076 and #E076C1 with #76E0C1 are triadic colors.