COLOR #72DAD1

HEX: #72DAD1
RGB: (114,218,209)

Color info

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

RGB color model

#72DAD1 color RGB value is (114,218,209).

  • red value is 114;
  • green value is 218;
  • blue value is 209.
RGB:
(114,218,209)
(45%,85%,82%)

RGB channels and saturation

R 114 of 255 = 45%
G 218 of 255 = 85%
B 209 of 255 = 82%

114
218
209

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

Portions of RGB colors in percentages

R + G + B =
114 + 218 + 209 = 541 (100%)
R 114 of 541 ~ 21.07%
G 218 of 541 ~ 40.3%
B 209 of 541 ~ 38.63%

%21.07
%40.3
%38.63

CMYK color model

#72DAD1 color CMYK value is (48,0,4,15).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(48,0,4,15)
C48M0Y4K15 
(48%,0%,4%,15%)
(0.48/0.00/0.04/0.15)	

CMYK percentages

%47.71
%0
%4.13
%14.51

Codes

Color #72DAD1 in popluar color models

72DAD1
RGB114218209
HSL175°58.43%65.10%
HSB/HSV175°47.71%85.49%
CMYK47.71%0.00%4.13%
14.51%

Color #72DAD1 in popluar number systems.

HEX72DAD1
Decimal114218209
Binary11100101101101011010001
Octal162332321

Shades and tints

Shades of #72DAD1

#72DAD1
(114,218,209)
#68C7BE
(104,199,190)
#5EB4AB
(94,180,171)
#54A198
(84,161,152)
#4A8E85
(74,142,133)
#407B72
(64,123,114)
#36685F
(54,104,95)
#2C554C
(44,85,76)
#224239
(34,66,57)
#182F26
(24,47,38)
#0E1C13
(14,28,19)
#000000
(0,0,0)

Tints of #72DAD1

#72DAD1
(114,218,209)
#7EDDD5
(126,221,213)
#8AE0D9
(138,224,217)
#96E3DD
(150,227,221)
#A2E6E1
(162,230,225)
#AEE9E5
(174,233,229)
#BAECE9
(186,236,233)
#C6EFED
(198,239,237)
#D2F2F1
(210,242,241)
#DEF5F5
(222,245,245)
#EAF8F9
(234,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DAD1 color. Also use rgb(114,218,209) instead hex code.

Text Font Color

.myTextColor { color: #72DAD1; }

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

This text font color is #72DAD1.


Background Color

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

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

This div background color is #72DAD1.


Border color

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

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

This div border color is #72DAD1.


Opacity

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

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

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

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

This text has shadow with #72DAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DAD1 on black background.


Color preview on white background

This text has color #72DAD1 on white background.



Black color preview on #72DAD1 background

This text has black color on #72DAD1 background.


White color preview on #72DAD1 background

This text has white color on #72DAD1 background.