COLOR #76DDC2

HEX: #76DDC2
RGB: (118,221,194)

Color info

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

RGB color model

#76DDC2 color RGB value is (118,221,194).

  • red value is 118;
  • green value is 221;
  • blue value is 194.
RGB:
(118,221,194)
(46%,87%,76%)

RGB channels and saturation

R 118 of 255 = 46%
G 221 of 255 = 87%
B 194 of 255 = 76%

118
221
194

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

Portions of RGB colors in percentages

R + G + B =
118 + 221 + 194 = 533 (100%)
R 118 of 533 ~ 22.14%
G 221 of 533 ~ 41.46%
B 194 of 533 ~ 36.4%

%22.14
%41.46
%36.4

CMYK color model

#76DDC2 color CMYK value is (47,0,12,13).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK:
(47,0,12,13)
C47M0Y12K13 
(47%,0%,12%,13%)
(0.47/0.00/0.12/0.13)	

CMYK percentages

%46.61
%0
%12.22
%13.33

Codes

Color #76DDC2 in popluar color models

76DDC2
RGB118221194
HSL164°60.23%66.47%
HSB/HSV164°46.61%86.67%
CMYK46.61%0.00%12.22%
13.33%

Color #76DDC2 in popluar number systems.

HEX76DDC2
Decimal118221194
Binary11101101101110111000010
Octal166335302

Shades and tints

Shades of #76DDC2

#76DDC2
(118,221,194)
#6CC9B1
(108,201,177)
#62B5A0
(98,181,160)
#58A18F
(88,161,143)
#4E8D7E
(78,141,126)
#44796D
(68,121,109)
#3A655C
(58,101,92)
#30514B
(48,81,75)
#263D3A
(38,61,58)
#1C2929
(28,41,41)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #76DDC2

#76DDC2
(118,221,194)
#82E0C7
(130,224,199)
#8EE3CC
(142,227,204)
#9AE6D1
(154,230,209)
#A6E9D6
(166,233,214)
#B2ECDB
(178,236,219)
#BEEFE0
(190,239,224)
#CAF2E5
(202,242,229)
#D6F5EA
(214,245,234)
#E2F8EF
(226,248,239)
#EEFBF4
(238,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DDC2 color. Also use rgb(118,221,194) instead hex code.

Text Font Color

.myTextColor { color: #76DDC2; }

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

This text font color is #76DDC2.


Background Color

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

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

This div background color is #76DDC2.


Border color

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

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

This div border color is #76DDC2.


Opacity

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

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

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

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

This text has shadow with #76DDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DDC2 on black background.


Color preview on white background

This text has color #76DDC2 on white background.



Black color preview on #76DDC2 background

This text has black color on #76DDC2 background.


White color preview on #76DDC2 background

This text has white color on #76DDC2 background.