COLOR #72DDE2

HEX: #72DDE2
RGB: (114,221,226)

Color info

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

RGB color model

#72DDE2 color RGB value is (114,221,226).

  • red value is 114;
  • green value is 221;
  • blue value is 226.
RGB:
(114,221,226)
(45%,87%,89%)

RGB channels and saturation

R 114 of 255 = 45%
G 221 of 255 = 87%
B 226 of 255 = 89%

114
221
226

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

Portions of RGB colors in percentages

R + G + B =
114 + 221 + 226 = 561 (100%)
R 114 of 561 ~ 20.32%
G 221 of 561 ~ 39.39%
B 226 of 561 ~ 40.29%

%20.32
%39.39
%40.29

CMYK color model

#72DDE2 color CMYK value is (50,2,0,11).

  • cyan value is 49.56%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(50,2,0,11)
C50M2Y0K11 
(50%,2%,0%,11%)
(0.50/0.02/0.00/0.11)	

CMYK percentages

%49.56
%2.21
%0
%11.37

Codes

Color #72DDE2 in popluar color models

72DDE2
RGB114221226
HSL183°65.88%66.67%
HSB/HSV183°49.56%88.63%
CMYK49.56%2.21%0.00%
11.37%

Color #72DDE2 in popluar number systems.

HEX72DDE2
Decimal114221226
Binary11100101101110111100010
Octal162335342

Shades and tints

Shades of #72DDE2

#72DDE2
(114,221,226)
#68C9CE
(104,201,206)
#5EB5BA
(94,181,186)
#54A1A6
(84,161,166)
#4A8D92
(74,141,146)
#40797E
(64,121,126)
#36656A
(54,101,106)
#2C5156
(44,81,86)
#223D42
(34,61,66)
#18292E
(24,41,46)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #72DDE2

#72DDE2
(114,221,226)
#7EE0E4
(126,224,228)
#8AE3E6
(138,227,230)
#96E6E8
(150,230,232)
#A2E9EA
(162,233,234)
#AEECEC
(174,236,236)
#BAEFEE
(186,239,238)
#C6F2F0
(198,242,240)
#D2F5F2
(210,245,242)
#DEF8F4
(222,248,244)
#EAFBF6
(234,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DDE2 color. Also use rgb(114,221,226) instead hex code.

Text Font Color

.myTextColor { color: #72DDE2; }

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

This text font color is #72DDE2.


Background Color

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

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

This div background color is #72DDE2.


Border color

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

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

This div border color is #72DDE2.


Opacity

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

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

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

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

This text has shadow with #72DDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DDE2 on black background.


Color preview on white background

This text has color #72DDE2 on white background.



Black color preview on #72DDE2 background

This text has black color on #72DDE2 background.


White color preview on #72DDE2 background

This text has white color on #72DDE2 background.