COLOR #72E5DF

HEX: #72E5DF
RGB: (114,229,223)

Color info

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

RGB color model

#72E5DF color RGB value is (114,229,223).

  • red value is 114;
  • green value is 229;
  • blue value is 223.
RGB:
(114,229,223)
(45%,90%,87%)

RGB channels and saturation

R 114 of 255 = 45%
G 229 of 255 = 90%
B 223 of 255 = 87%

114
229
223

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

Portions of RGB colors in percentages

R + G + B =
114 + 229 + 223 = 566 (100%)
R 114 of 566 ~ 20.14%
G 229 of 566 ~ 40.46%
B 223 of 566 ~ 39.4%

%20.14
%40.46
%39.4

CMYK color model

#72E5DF color CMYK value is (50,0,3,10).

  • cyan value is 50.22%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(50,0,3,10)
C50M0Y3K10 
(50%,0%,3%,10%)
(0.50/0.00/0.03/0.10)	

CMYK percentages

%50.22
%0
%2.62
%10.2

Codes

Color #72E5DF in popluar color models

72E5DF
RGB114229223
HSL177°68.86%67.25%
HSB/HSV177°50.22%89.80%
CMYK50.22%0.00%2.62%
10.20%

Color #72E5DF in popluar number systems.

HEX72E5DF
Decimal114229223
Binary11100101110010111011111
Octal162345337

Shades and tints

Shades of #72E5DF

#72E5DF
(114,229,223)
#68D1CB
(104,209,203)
#5EBDB7
(94,189,183)
#54A9A3
(84,169,163)
#4A958F
(74,149,143)
#40817B
(64,129,123)
#366D67
(54,109,103)
#2C5953
(44,89,83)
#22453F
(34,69,63)
#18312B
(24,49,43)
#0E1D17
(14,29,23)
#000000
(0,0,0)

Tints of #72E5DF

#72E5DF
(114,229,223)
#7EE7E1
(126,231,225)
#8AE9E3
(138,233,227)
#96EBE5
(150,235,229)
#A2EDE7
(162,237,231)
#AEEFE9
(174,239,233)
#BAF1EB
(186,241,235)
#C6F3ED
(198,243,237)
#D2F5EF
(210,245,239)
#DEF7F1
(222,247,241)
#EAF9F3
(234,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72E5DF color. Also use rgb(114,229,223) instead hex code.

Text Font Color

.myTextColor { color: #72E5DF; }

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

This text font color is #72E5DF.


Background Color

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

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

This div background color is #72E5DF.


Border color

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

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

This div border color is #72E5DF.


Opacity

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

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

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

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

This text has shadow with #72E5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E5DF on black background.


Color preview on white background

This text has color #72E5DF on white background.



Black color preview on #72E5DF background

This text has black color on #72E5DF background.


White color preview on #72E5DF background

This text has white color on #72E5DF background.