COLOR #72C6D8

HEX: #72C6D8
RGB: (114,198,216)

Color info

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

RGB color model

#72C6D8 color RGB value is (114,198,216).

  • red value is 114;
  • green value is 198;
  • blue value is 216.
RGB:
(114,198,216)
(45%,78%,85%)

RGB channels and saturation

R 114 of 255 = 45%
G 198 of 255 = 78%
B 216 of 255 = 85%

114
198
216

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

Portions of RGB colors in percentages

R + G + B =
114 + 198 + 216 = 528 (100%)
R 114 of 528 ~ 21.59%
G 198 of 528 ~ 37.5%
B 216 of 528 ~ 40.91%

%21.59
%37.5
%40.91

CMYK color model

#72C6D8 color CMYK value is (47,8,0,15).

  • cyan value is 47.22%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(47,8,0,15)
C47M8Y0K15 
(47%,8%,0%,15%)
(0.47/0.08/0.00/0.15)	

CMYK percentages

%47.22
%8.33
%0
%15.29

Codes

Color #72C6D8 in popluar color models

72C6D8
RGB114198216
HSL191°56.67%64.71%
HSB/HSV191°47.22%84.71%
CMYK47.22%8.33%0.00%
15.29%

Color #72C6D8 in popluar number systems.

HEX72C6D8
Decimal114198216
Binary11100101100011011011000
Octal162306330

Shades and tints

Shades of #72C6D8

#72C6D8
(114,198,216)
#68B4C5
(104,180,197)
#5EA2B2
(94,162,178)
#54909F
(84,144,159)
#4A7E8C
(74,126,140)
#406C79
(64,108,121)
#365A66
(54,90,102)
#2C4853
(44,72,83)
#223640
(34,54,64)
#18242D
(24,36,45)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #72C6D8

#72C6D8
(114,198,216)
#7ECBDB
(126,203,219)
#8AD0DE
(138,208,222)
#96D5E1
(150,213,225)
#A2DAE4
(162,218,228)
#AEDFE7
(174,223,231)
#BAE4EA
(186,228,234)
#C6E9ED
(198,233,237)
#D2EEF0
(210,238,240)
#DEF3F3
(222,243,243)
#EAF8F6
(234,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C6D8 color. Also use rgb(114,198,216) instead hex code.

Text Font Color

.myTextColor { color: #72C6D8; }

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

This text font color is #72C6D8.


Background Color

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

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

This div background color is #72C6D8.


Border color

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

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

This div border color is #72C6D8.


Opacity

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

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

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

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

This text has shadow with #72C6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C6D8 on black background.


Color preview on white background

This text has color #72C6D8 on white background.



Black color preview on #72C6D8 background

This text has black color on #72C6D8 background.


White color preview on #72C6D8 background

This text has white color on #72C6D8 background.