COLOR #72C8D5

HEX: #72C8D5
RGB: (114,200,213)

Color info

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

RGB color model

#72C8D5 color RGB value is (114,200,213).

  • red value is 114;
  • green value is 200;
  • blue value is 213.
RGB:
(114,200,213)
(45%,78%,84%)

RGB channels and saturation

R 114 of 255 = 45%
G 200 of 255 = 78%
B 213 of 255 = 84%

114
200
213

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

Portions of RGB colors in percentages

R + G + B =
114 + 200 + 213 = 527 (100%)
R 114 of 527 ~ 21.63%
G 200 of 527 ~ 37.95%
B 213 of 527 ~ 40.42%

%21.63
%37.95
%40.42

CMYK color model

#72C8D5 color CMYK value is (46,6,0,16).

  • cyan value is 46.48%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(46,6,0,16)
C46M6Y0K16 
(46%,6%,0%,16%)
(0.46/0.06/0.00/0.16)	

CMYK percentages

%46.48
%6.1
%0
%16.47

Codes

Color #72C8D5 in popluar color models

72C8D5
RGB114200213
HSL188°54.10%64.12%
HSB/HSV188°46.48%83.53%
CMYK46.48%6.10%0.00%
16.47%

Color #72C8D5 in popluar number systems.

HEX72C8D5
Decimal114200213
Binary11100101100100011010101
Octal162310325

Shades and tints

Shades of #72C8D5

#72C8D5
(114,200,213)
#68B6C2
(104,182,194)
#5EA4AF
(94,164,175)
#54929C
(84,146,156)
#4A8089
(74,128,137)
#406E76
(64,110,118)
#365C63
(54,92,99)
#2C4A50
(44,74,80)
#22383D
(34,56,61)
#18262A
(24,38,42)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #72C8D5

#72C8D5
(114,200,213)
#7ECDD8
(126,205,216)
#8AD2DB
(138,210,219)
#96D7DE
(150,215,222)
#A2DCE1
(162,220,225)
#AEE1E4
(174,225,228)
#BAE6E7
(186,230,231)
#C6EBEA
(198,235,234)
#D2F0ED
(210,240,237)
#DEF5F0
(222,245,240)
#EAFAF3
(234,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C8D5 color. Also use rgb(114,200,213) instead hex code.

Text Font Color

.myTextColor { color: #72C8D5; }

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

This text font color is #72C8D5.


Background Color

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

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

This div background color is #72C8D5.


Border color

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

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

This div border color is #72C8D5.


Opacity

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

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

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

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

This text has shadow with #72C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C8D5 on black background.


Color preview on white background

This text has color #72C8D5 on white background.



Black color preview on #72C8D5 background

This text has black color on #72C8D5 background.


White color preview on #72C8D5 background

This text has white color on #72C8D5 background.