COLOR #76DFDC

HEX: #76DFDC
RGB: (118,223,220)

Color info

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

RGB color model

#76DFDC color RGB value is (118,223,220).

  • red value is 118;
  • green value is 223;
  • blue value is 220.
RGB:
(118,223,220)
(46%,87%,86%)

RGB channels and saturation

R 118 of 255 = 46%
G 223 of 255 = 87%
B 220 of 255 = 86%

118
223
220

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

Portions of RGB colors in percentages

R + G + B =
118 + 223 + 220 = 561 (100%)
R 118 of 561 ~ 21.03%
G 223 of 561 ~ 39.75%
B 220 of 561 ~ 39.22%

%21.03
%39.75
%39.22

CMYK color model

#76DFDC color CMYK value is (47,0,1,13).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK:
(47,0,1,13)
C47M0Y1K13 
(47%,0%,1%,13%)
(0.47/0.00/0.01/0.13)	

CMYK percentages

%47.09
%0
%1.35
%12.55

Codes

Color #76DFDC in popluar color models

76DFDC
RGB118223220
HSL178°62.13%66.86%
HSB/HSV178°47.09%87.45%
CMYK47.09%0.00%1.35%
12.55%

Color #76DFDC in popluar number systems.

HEX76DFDC
Decimal118223220
Binary11101101101111111011100
Octal166337334

Shades and tints

Shades of #76DFDC

#76DFDC
(118,223,220)
#6CCBC8
(108,203,200)
#62B7B4
(98,183,180)
#58A3A0
(88,163,160)
#4E8F8C
(78,143,140)
#447B78
(68,123,120)
#3A6764
(58,103,100)
#305350
(48,83,80)
#263F3C
(38,63,60)
#1C2B28
(28,43,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #76DFDC

#76DFDC
(118,223,220)
#82E1DF
(130,225,223)
#8EE3E2
(142,227,226)
#9AE5E5
(154,229,229)
#A6E7E8
(166,231,232)
#B2E9EB
(178,233,235)
#BEEBEE
(190,235,238)
#CAEDF1
(202,237,241)
#D6EFF4
(214,239,244)
#E2F1F7
(226,241,247)
#EEF3FA
(238,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DFDC color. Also use rgb(118,223,220) instead hex code.

Text Font Color

.myTextColor { color: #76DFDC; }

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

This text font color is #76DFDC.


Background Color

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

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

This div background color is #76DFDC.


Border color

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

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

This div border color is #76DFDC.


Opacity

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

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

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

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

This text has shadow with #76DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DFDC on black background.


Color preview on white background

This text has color #76DFDC on white background.



Black color preview on #76DFDC background

This text has black color on #76DFDC background.


White color preview on #76DFDC background

This text has white color on #76DFDC background.