COLOR #72D3DC

HEX: #72D3DC
RGB: (114,211,220)

Color info

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

RGB color model

#72D3DC color RGB value is (114,211,220).

  • red value is 114;
  • green value is 211;
  • blue value is 220.
RGB:
(114,211,220)
(45%,83%,86%)

RGB channels and saturation

R 114 of 255 = 45%
G 211 of 255 = 83%
B 220 of 255 = 86%

114
211
220

R + G + B ~ 71%. #72D3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 211 + 220 = 545 (100%)
R 114 of 545 ~ 20.92%
G 211 of 545 ~ 38.72%
B 220 of 545 ~ 40.37%

%20.92
%38.72
%40.37

CMYK color model

#72D3DC color CMYK value is (48,4,0,14).

  • cyan value is 48.18%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(48,4,0,14)
C48M4Y0K14 
(48%,4%,0%,14%)
(0.48/0.04/0.00/0.14)	

CMYK percentages

%48.18
%4.09
%0
%13.73

Codes

Color #72D3DC in popluar color models

72D3DC
RGB114211220
HSL185°60.23%65.49%
HSB/HSV185°48.18%86.27%
CMYK48.18%4.09%0.00%
13.73%

Color #72D3DC in popluar number systems.

HEX72D3DC
Decimal114211220
Binary11100101101001111011100
Octal162323334

Shades and tints

Shades of #72D3DC

#72D3DC
(114,211,220)
#68C0C8
(104,192,200)
#5EADB4
(94,173,180)
#549AA0
(84,154,160)
#4A878C
(74,135,140)
#407478
(64,116,120)
#366164
(54,97,100)
#2C4E50
(44,78,80)
#223B3C
(34,59,60)
#182828
(24,40,40)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #72D3DC

#72D3DC
(114,211,220)
#7ED7DF
(126,215,223)
#8ADBE2
(138,219,226)
#96DFE5
(150,223,229)
#A2E3E8
(162,227,232)
#AEE7EB
(174,231,235)
#BAEBEE
(186,235,238)
#C6EFF1
(198,239,241)
#D2F3F4
(210,243,244)
#DEF7F7
(222,247,247)
#EAFBFA
(234,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D3DC color. Also use rgb(114,211,220) instead hex code.

Text Font Color

.myTextColor { color: #72D3DC; }

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

This text font color is #72D3DC.


Background Color

.myBgColor { background-color: #72D3DC; }

<div style="background-color:#72D3DC">Inner text</div>

This div background color is #72D3DC.


Border color

.myBorderColor { border: 1px solid #72D3DC; }

<div style="border:3px solid #72D3DC">Div</div>

This div border color is #72D3DC.


Opacity

.myOpacity80 { color: #72D3DC; opacity: 0.8; }

<p style="color:#72D3DC;opacity:0.8;">80%</p>

Text with #72D3DC 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 #72D3DC;}

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

This text has shadow with #72D3DC color.

.textShadow {text-shadow: 3px 3px 1px #72D3DC, 3px 3px 1px red;}

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

This text has shadow with #72D3DC primary color and red secondary color.


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

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

This text has shadow with #72D3DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D3DC on black background.


Color preview on white background

This text has color #72D3DC on white background.



Black color preview on #72D3DC background

This text has black color on #72D3DC background.


White color preview on #72D3DC background

This text has white color on #72D3DC background.