COLOR #72D6B7

HEX: #72D6B7
RGB: (114,214,183)

Color info

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

RGB color model

#72D6B7 color RGB value is (114,214,183).

  • red value is 114;
  • green value is 214;
  • blue value is 183.
RGB:
(114,214,183)
(45%,84%,72%)

RGB channels and saturation

R 114 of 255 = 45%
G 214 of 255 = 84%
B 183 of 255 = 72%

114
214
183

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

Portions of RGB colors in percentages

R + G + B =
114 + 214 + 183 = 511 (100%)
R 114 of 511 ~ 22.31%
G 214 of 511 ~ 41.88%
B 183 of 511 ~ 35.81%

%22.31
%41.88
%35.81

CMYK color model

#72D6B7 color CMYK value is (47,0,14,16).

  • cyan value is 46.73%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(47,0,14,16)
C47M0Y14K16 
(47%,0%,14%,16%)
(0.47/0.00/0.14/0.16)	

CMYK percentages

%46.73
%0
%14.49
%16.08

Codes

Color #72D6B7 in popluar color models

72D6B7
RGB114214183
HSL161°54.95%64.31%
HSB/HSV161°46.73%83.92%
CMYK46.73%0.00%14.49%
16.08%

Color #72D6B7 in popluar number systems.

HEX72D6B7
Decimal114214183
Binary11100101101011010110111
Octal162326267

Shades and tints

Shades of #72D6B7

#72D6B7
(114,214,183)
#68C3A7
(104,195,167)
#5EB097
(94,176,151)
#549D87
(84,157,135)
#4A8A77
(74,138,119)
#407767
(64,119,103)
#366457
(54,100,87)
#2C5147
(44,81,71)
#223E37
(34,62,55)
#182B27
(24,43,39)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #72D6B7

#72D6B7
(114,214,183)
#7ED9BD
(126,217,189)
#8ADCC3
(138,220,195)
#96DFC9
(150,223,201)
#A2E2CF
(162,226,207)
#AEE5D5
(174,229,213)
#BAE8DB
(186,232,219)
#C6EBE1
(198,235,225)
#D2EEE7
(210,238,231)
#DEF1ED
(222,241,237)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D6B7 color. Also use rgb(114,214,183) instead hex code.

Text Font Color

.myTextColor { color: #72D6B7; }

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

This text font color is #72D6B7.


Background Color

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

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

This div background color is #72D6B7.


Border color

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

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

This div border color is #72D6B7.


Opacity

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

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

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

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

This text has shadow with #72D6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D6B7 on black background.


Color preview on white background

This text has color #72D6B7 on white background.



Black color preview on #72D6B7 background

This text has black color on #72D6B7 background.


White color preview on #72D6B7 background

This text has white color on #72D6B7 background.