COLOR #72D3E1

HEX: #72D3E1
RGB: (114,211,225)

Color info

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

RGB color model

#72D3E1 color RGB value is (114,211,225).

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

RGB channels and saturation

R 114 of 255 = 45%
G 211 of 255 = 83%
B 225 of 255 = 88%

114
211
225

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

Portions of RGB colors in percentages

R + G + B =
114 + 211 + 225 = 550 (100%)
R 114 of 550 ~ 20.73%
G 211 of 550 ~ 38.36%
B 225 of 550 ~ 40.91%

%20.73
%38.36
%40.91

CMYK color model

#72D3E1 color CMYK value is (49,6,0,12).

  • cyan value is 49.33%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(49,6,0,12)
C49M6Y0K12 
(49%,6%,0%,12%)
(0.49/0.06/0.00/0.12)	

CMYK percentages

%49.33
%6.22
%0
%11.76

Codes

Color #72D3E1 in popluar color models

72D3E1
RGB114211225
HSL188°64.91%66.47%
HSB/HSV188°49.33%88.24%
CMYK49.33%6.22%0.00%
11.76%

Color #72D3E1 in popluar number systems.

HEX72D3E1
Decimal114211225
Binary11100101101001111100001
Octal162323341

Shades and tints

Shades of #72D3E1

#72D3E1
(114,211,225)
#68C0CD
(104,192,205)
#5EADB9
(94,173,185)
#549AA5
(84,154,165)
#4A8791
(74,135,145)
#40747D
(64,116,125)
#366169
(54,97,105)
#2C4E55
(44,78,85)
#223B41
(34,59,65)
#18282D
(24,40,45)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #72D3E1

#72D3E1
(114,211,225)
#7ED7E3
(126,215,227)
#8ADBE5
(138,219,229)
#96DFE7
(150,223,231)
#A2E3E9
(162,227,233)
#AEE7EB
(174,231,235)
#BAEBED
(186,235,237)
#C6EFEF
(198,239,239)
#D2F3F1
(210,243,241)
#DEF7F3
(222,247,243)
#EAFBF5
(234,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D3E1; }

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

This text font color is #72D3E1.


Background Color

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

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

This div background color is #72D3E1.


Border color

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

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

This div border color is #72D3E1.


Opacity

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

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

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

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

This text has shadow with #72D3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D3E1 on black background.


Color preview on white background

This text has color #72D3E1 on white background.



Black color preview on #72D3E1 background

This text has black color on #72D3E1 background.


White color preview on #72D3E1 background

This text has white color on #72D3E1 background.