COLOR #72C3DB

HEX: #72C3DB
RGB: (114,195,219)

Color info

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

RGB color model

#72C3DB color RGB value is (114,195,219).

  • red value is 114;
  • green value is 195;
  • blue value is 219.
RGB:
(114,195,219)
(45%,76%,86%)

RGB channels and saturation

R 114 of 255 = 45%
G 195 of 255 = 76%
B 219 of 255 = 86%

114
195
219

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

Portions of RGB colors in percentages

R + G + B =
114 + 195 + 219 = 528 (100%)
R 114 of 528 ~ 21.59%
G 195 of 528 ~ 36.93%
B 219 of 528 ~ 41.48%

%21.59
%36.93
%41.48

CMYK color model

#72C3DB color CMYK value is (48,11,0,14).

  • cyan value is 47.95%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(48,11,0,14)
C48M11Y0K14 
(48%,11%,0%,14%)
(0.48/0.11/0.00/0.14)	

CMYK percentages

%47.95
%10.96
%0
%14.12

Codes

Color #72C3DB in popluar color models

72C3DB
RGB114195219
HSL194°59.32%65.29%
HSB/HSV194°47.95%85.88%
CMYK47.95%10.96%0.00%
14.12%

Color #72C3DB in popluar number systems.

HEX72C3DB
Decimal114195219
Binary11100101100001111011011
Octal162303333

Shades and tints

Shades of #72C3DB

#72C3DB
(114,195,219)
#68B2C8
(104,178,200)
#5EA1B5
(94,161,181)
#5490A2
(84,144,162)
#4A7F8F
(74,127,143)
#406E7C
(64,110,124)
#365D69
(54,93,105)
#2C4C56
(44,76,86)
#223B43
(34,59,67)
#182A30
(24,42,48)
#0E191D
(14,25,29)
#000000
(0,0,0)

Tints of #72C3DB

#72C3DB
(114,195,219)
#7EC8DE
(126,200,222)
#8ACDE1
(138,205,225)
#96D2E4
(150,210,228)
#A2D7E7
(162,215,231)
#AEDCEA
(174,220,234)
#BAE1ED
(186,225,237)
#C6E6F0
(198,230,240)
#D2EBF3
(210,235,243)
#DEF0F6
(222,240,246)
#EAF5F9
(234,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C3DB color. Also use rgb(114,195,219) instead hex code.

Text Font Color

.myTextColor { color: #72C3DB; }

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

This text font color is #72C3DB.


Background Color

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

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

This div background color is #72C3DB.


Border color

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

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

This div border color is #72C3DB.


Opacity

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

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

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

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

This text has shadow with #72C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C3DB on black background.


Color preview on white background

This text has color #72C3DB on white background.



Black color preview on #72C3DB background

This text has black color on #72C3DB background.


White color preview on #72C3DB background

This text has white color on #72C3DB background.