COLOR #76EEC7

HEX: #76EEC7 RGB: (118,238,199)

Color info

#76EEC7 contains mainly green and blue colors. Web safe color of #76EEC7 is #66FFCC (or #6FC).

RGB color model

#76EEC7 color RGB value is (118,238,199).

RGB: (118,238,199) (46%, 93%, 78%)

RGB channels and saturation

R 118 of 255 = 46%
G 238 of 255 = 93%
B 199 of 255 = 78%

118
238
199

R + G + B ~ 72%. #76EEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 238 + 199 = 555 (100%)
R 118 of 555 ~ 21.26%
G 238 of 555 ~ 42.88%
B 199 of 555 ~ 35.86'%

%21.26
%42.88
%35.86

CMYK color model

#76EEC7 color CMYK value is (50,0,16,7).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 6.67%

CMYK: (50,0,16,7)
C50M0Y16K7 (50%, 0%, 16%, 7%)
(0.50 / 0.00 / 0.16 / 0.07)

CMYK percentages

%50.42
%0
%16.39
%6.67

Codes

Color #76EEC7 in popluar color models

76 EE C7
RGB 118 238 199
HSL 161° 77.92% 69.80%
HSB/HSV 161° 50.42% 93.33%
CMYK 50.42% 0.00% 16.39%
6.67%

Color #76EEC7 in popluar number systems.

HEX 76 EE C7
Decimal 118 238 199
Binary 1110110 11101110 11000111
Octal 166 356 307

Shades and tints

Shades of #76EEC7

#76EEC7
(118,238,199)
#6CD9B5
(108,217,181)
#62C4A3
(98,196,163)
#58AF91
(88,175,145)
#4E9A7F
(78,154,127)
#44856D
(68,133,109)
#3A705B
(58,112,91)
#305B49
(48,91,73)
#264637
(38,70,55)
#1C3125
(28,49,37)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #76EEC7

#76EEC7
(118,238,199)
#82EFCC
(130,239,204)
#8EF0D1
(142,240,209)
#9AF1D6
(154,241,214)
#A6F2DB
(166,242,219)
#B2F3E0
(178,243,224)
#BEF4E5
(190,244,229)
#CAF5EA
(202,245,234)
#D6F6EF
(214,246,239)
#E2F7F4
(226,247,244)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EEC7; }

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

This text font color is #76EEC7.

Background Color

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

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

This div background color is #76EEC7.

Border color

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

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

This div border color is #76EEC7.

Opacity

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

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

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

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

This text has shadow with #76EEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76EEC7.

Preview

Color preview on black background

This text has color #76EEC7 on black background.


Color preview on white background

This text has color #76EEC7 on white background.


Black color preview on #76EEC7 background

This text has black color on #76EEC7 background.


White color preview on #76EEC7 background

This text has white color on #76EEC7 background.


Related colors

Complementary color

Complementary color for #76EEC7 is #891138.


I love getcolorcode.com

Triadic colors

1 #C776EE and #EEC776 with #76EEC7 are triadic colors.

2 #C7EE76 and #EE76C7 with #76EEC7 are triadic colors.