COLOR #72D8BD

HEX: #72D8BD
RGB: (114,216,189)

Color info

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

RGB color model

#72D8BD color RGB value is (114,216,189).

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

RGB channels and saturation

R 114 of 255 = 45%
G 216 of 255 = 85%
B 189 of 255 = 74%

114
216
189

R + G + B ~ 68%. #72D8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 216 + 189 = 519 (100%)
R 114 of 519 ~ 21.97%
G 216 of 519 ~ 41.62%
B 189 of 519 ~ 36.42%

%21.97
%41.62
%36.42

CMYK color model

#72D8BD color CMYK value is (47,0,13,15).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK:
(47,0,13,15)
C47M0Y13K15 
(47%,0%,13%,15%)
(0.47/0.00/0.13/0.15)	

CMYK percentages

%47.22
%0
%12.5
%15.29

Codes

Color #72D8BD in popluar color models

72D8BD
RGB114216189
HSL164°56.67%64.71%
HSB/HSV164°47.22%84.71%
CMYK47.22%0.00%12.50%
15.29%

Color #72D8BD in popluar number systems.

HEX72D8BD
Decimal114216189
Binary11100101101100010111101
Octal162330275

Shades and tints

Shades of #72D8BD

#72D8BD
(114,216,189)
#68C5AC
(104,197,172)
#5EB29B
(94,178,155)
#549F8A
(84,159,138)
#4A8C79
(74,140,121)
#407968
(64,121,104)
#366657
(54,102,87)
#2C5346
(44,83,70)
#224035
(34,64,53)
#182D24
(24,45,36)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #72D8BD

#72D8BD
(114,216,189)
#7EDBC3
(126,219,195)
#8ADEC9
(138,222,201)
#96E1CF
(150,225,207)
#A2E4D5
(162,228,213)
#AEE7DB
(174,231,219)
#BAEAE1
(186,234,225)
#C6EDE7
(198,237,231)
#D2F0ED
(210,240,237)
#DEF3F3
(222,243,243)
#EAF6F9
(234,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D8BD; }

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

This text font color is #72D8BD.


Background Color

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

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

This div background color is #72D8BD.


Border color

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

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

This div border color is #72D8BD.


Opacity

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

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

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

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

This text has shadow with #72D8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D8BD on black background.


Color preview on white background

This text has color #72D8BD on white background.



Black color preview on #72D8BD background

This text has black color on #72D8BD background.


White color preview on #72D8BD background

This text has white color on #72D8BD background.