COLOR #76EEC9

HEX: #76EEC9
RGB: (118,238,201)

Color info

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

RGB color model

#76EEC9 color RGB value is (118,238,201).

  • red value is 118;
  • green value is 238;
  • blue value is 201.
RGB:
(118,238,201)
(46%,93%,79%)

RGB channels and saturation

R 118 of 255 = 46%
G 238 of 255 = 93%
B 201 of 255 = 79%

118
238
201

R + G + B ~ 73%. #76EEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 238 + 201 = 557 (100%)
R 118 of 557 ~ 21.18%
G 238 of 557 ~ 42.73%
B 201 of 557 ~ 36.09%

%21.18
%42.73
%36.09

CMYK color model

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

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • 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
%15.55
%6.67

Codes

Color #76EEC9 in popluar color models

76EEC9
RGB118238201
HSL162°77.92%69.80%
HSB/HSV162°50.42%93.33%
CMYK50.42%0.00%15.55%
6.67%

Color #76EEC9 in popluar number systems.

HEX76EEC9
Decimal118238201
Binary11101101110111011001001
Octal166356311

Shades and tints

Shades of #76EEC9

#76EEC9
(118,238,201)
#6CD9B7
(108,217,183)
#62C4A5
(98,196,165)
#58AF93
(88,175,147)
#4E9A81
(78,154,129)
#44856F
(68,133,111)
#3A705D
(58,112,93)
#305B4B
(48,91,75)
#264639
(38,70,57)
#1C3127
(28,49,39)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #76EEC9

#76EEC9
(118,238,201)
#82EFCD
(130,239,205)
#8EF0D1
(142,240,209)
#9AF1D5
(154,241,213)
#A6F2D9
(166,242,217)
#B2F3DD
(178,243,221)
#BEF4E1
(190,244,225)
#CAF5E5
(202,245,229)
#D6F6E9
(214,246,233)
#E2F7ED
(226,247,237)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EEC9; }

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

This text font color is #76EEC9.


Background Color

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

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

This div background color is #76EEC9.


Border color

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

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

This div border color is #76EEC9.


Opacity

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

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

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

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

This text has shadow with #76EEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EEC9 on black background.


Color preview on white background

This text has color #76EEC9 on white background.



Black color preview on #76EEC9 background

This text has black color on #76EEC9 background.


White color preview on #76EEC9 background

This text has white color on #76EEC9 background.