COLOR #72DCB4

HEX: #72DCB4
RGB: (114,220,180)

Color info

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

RGB color model

#72DCB4 color RGB value is (114,220,180).

  • red value is 114;
  • green value is 220;
  • blue value is 180.
RGB:
(114,220,180)
(45%,86%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 220 of 255 = 86%
B 180 of 255 = 71%

114
220
180

R + G + B ~ 67%. #72DCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 220 + 180 = 514 (100%)
R 114 of 514 ~ 22.18%
G 220 of 514 ~ 42.8%
B 180 of 514 ~ 35.02%

%22.18
%42.8
%35.02

CMYK color model

#72DCB4 color CMYK value is (48,0,18,14).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 13.73%
CMYK:
(48,0,18,14)
C48M0Y18K14 
(48%,0%,18%,14%)
(0.48/0.00/0.18/0.14)	

CMYK percentages

%48.18
%0
%18.18
%13.73

Codes

Color #72DCB4 in popluar color models

72DCB4
RGB114220180
HSL157°60.23%65.49%
HSB/HSV157°48.18%86.27%
CMYK48.18%0.00%18.18%
13.73%

Color #72DCB4 in popluar number systems.

HEX72DCB4
Decimal114220180
Binary11100101101110010110100
Octal162334264

Shades and tints

Shades of #72DCB4

#72DCB4
(114,220,180)
#68C8A4
(104,200,164)
#5EB494
(94,180,148)
#54A084
(84,160,132)
#4A8C74
(74,140,116)
#407864
(64,120,100)
#366454
(54,100,84)
#2C5044
(44,80,68)
#223C34
(34,60,52)
#182824
(24,40,36)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #72DCB4

#72DCB4
(114,220,180)
#7EDFBA
(126,223,186)
#8AE2C0
(138,226,192)
#96E5C6
(150,229,198)
#A2E8CC
(162,232,204)
#AEEBD2
(174,235,210)
#BAEED8
(186,238,216)
#C6F1DE
(198,241,222)
#D2F4E4
(210,244,228)
#DEF7EA
(222,247,234)
#EAFAF0
(234,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DCB4 color. Also use rgb(114,220,180) instead hex code.

Text Font Color

.myTextColor { color: #72DCB4; }

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

This text font color is #72DCB4.


Background Color

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

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

This div background color is #72DCB4.


Border color

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

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

This div border color is #72DCB4.


Opacity

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

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

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

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

This text has shadow with #72DCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DCB4 on black background.


Color preview on white background

This text has color #72DCB4 on white background.



Black color preview on #72DCB4 background

This text has black color on #72DCB4 background.


White color preview on #72DCB4 background

This text has white color on #72DCB4 background.