COLOR #76E2DB

HEX: #76E2DB
RGB: (118,226,219)

Color info

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

RGB color model

#76E2DB color RGB value is (118,226,219).

  • red value is 118;
  • green value is 226;
  • blue value is 219.
RGB:
(118,226,219)
(46%,89%,86%)

RGB channels and saturation

R 118 of 255 = 46%
G 226 of 255 = 89%
B 219 of 255 = 86%

118
226
219

R + G + B ~ 74%. #76E2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 226 + 219 = 563 (100%)
R 118 of 563 ~ 20.96%
G 226 of 563 ~ 40.14%
B 219 of 563 ~ 38.9%

%20.96
%40.14
%38.9

CMYK color model

#76E2DB color CMYK value is (48,0,3,11).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(48,0,3,11)
C48M0Y3K11 
(48%,0%,3%,11%)
(0.48/0.00/0.03/0.11)	

CMYK percentages

%47.79
%0
%3.1
%11.37

Codes

Color #76E2DB in popluar color models

76E2DB
RGB118226219
HSL176°65.06%67.45%
HSB/HSV176°47.79%88.63%
CMYK47.79%0.00%3.10%
11.37%

Color #76E2DB in popluar number systems.

HEX76E2DB
Decimal118226219
Binary11101101110001011011011
Octal166342333

Shades and tints

Shades of #76E2DB

#76E2DB
(118,226,219)
#6CCEC8
(108,206,200)
#62BAB5
(98,186,181)
#58A6A2
(88,166,162)
#4E928F
(78,146,143)
#447E7C
(68,126,124)
#3A6A69
(58,106,105)
#305656
(48,86,86)
#264243
(38,66,67)
#1C2E30
(28,46,48)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #76E2DB

#76E2DB
(118,226,219)
#82E4DE
(130,228,222)
#8EE6E1
(142,230,225)
#9AE8E4
(154,232,228)
#A6EAE7
(166,234,231)
#B2ECEA
(178,236,234)
#BEEEED
(190,238,237)
#CAF0F0
(202,240,240)
#D6F2F3
(214,242,243)
#E2F4F6
(226,244,246)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E2DB color. Also use rgb(118,226,219) instead hex code.

Text Font Color

.myTextColor { color: #76E2DB; }

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

This text font color is #76E2DB.


Background Color

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

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

This div background color is #76E2DB.


Border color

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

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

This div border color is #76E2DB.


Opacity

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

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

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

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

This text has shadow with #76E2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E2DB on black background.


Color preview on white background

This text has color #76E2DB on white background.



Black color preview on #76E2DB background

This text has black color on #76E2DB background.


White color preview on #76E2DB background

This text has white color on #76E2DB background.