COLOR #72D2C6

HEX: #72D2C6
RGB: (114,210,198)

Color info

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

RGB color model

#72D2C6 color RGB value is (114,210,198).

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

RGB channels and saturation

R 114 of 255 = 45%
G 210 of 255 = 82%
B 198 of 255 = 78%

114
210
198

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

Portions of RGB colors in percentages

R + G + B =
114 + 210 + 198 = 522 (100%)
R 114 of 522 ~ 21.84%
G 210 of 522 ~ 40.23%
B 198 of 522 ~ 37.93%

%21.84
%40.23
%37.93

CMYK color model

#72D2C6 color CMYK value is (46,0,6,18).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK:
(46,0,6,18)
C46M0Y6K18 
(46%,0%,6%,18%)
(0.46/0.00/0.06/0.18)	

CMYK percentages

%45.71
%0
%5.71
%17.65

Codes

Color #72D2C6 in popluar color models

72D2C6
RGB114210198
HSL173°51.61%63.53%
HSB/HSV173°45.71%82.35%
CMYK45.71%0.00%5.71%
17.65%

Color #72D2C6 in popluar number systems.

HEX72D2C6
Decimal114210198
Binary11100101101001011000110
Octal162322306

Shades and tints

Shades of #72D2C6

#72D2C6
(114,210,198)
#68BFB4
(104,191,180)
#5EACA2
(94,172,162)
#549990
(84,153,144)
#4A867E
(74,134,126)
#40736C
(64,115,108)
#36605A
(54,96,90)
#2C4D48
(44,77,72)
#223A36
(34,58,54)
#182724
(24,39,36)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #72D2C6

#72D2C6
(114,210,198)
#7ED6CB
(126,214,203)
#8ADAD0
(138,218,208)
#96DED5
(150,222,213)
#A2E2DA
(162,226,218)
#AEE6DF
(174,230,223)
#BAEAE4
(186,234,228)
#C6EEE9
(198,238,233)
#D2F2EE
(210,242,238)
#DEF6F3
(222,246,243)
#EAFAF8
(234,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D2C6; }

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

This text font color is #72D2C6.


Background Color

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

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

This div background color is #72D2C6.


Border color

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

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

This div border color is #72D2C6.


Opacity

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

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

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

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

This text has shadow with #72D2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D2C6 on black background.


Color preview on white background

This text has color #72D2C6 on white background.



Black color preview on #72D2C6 background

This text has black color on #72D2C6 background.


White color preview on #72D2C6 background

This text has white color on #72D2C6 background.