COLOR #72E2C3

HEX: #72E2C3
RGB: (114,226,195)

Color info

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

RGB color model

#72E2C3 color RGB value is (114,226,195).

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

RGB channels and saturation

R 114 of 255 = 45%
G 226 of 255 = 89%
B 195 of 255 = 76%

114
226
195

R + G + B ~ 70%. #72E2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 226 + 195 = 535 (100%)
R 114 of 535 ~ 21.31%
G 226 of 535 ~ 42.24%
B 195 of 535 ~ 36.45%

%21.31
%42.24
%36.45

CMYK color model

#72E2C3 color CMYK value is (50,0,14,11).

  • cyan value is 49.56%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(50,0,14,11)
C50M0Y14K11 
(50%,0%,14%,11%)
(0.50/0.00/0.14/0.11)	

CMYK percentages

%49.56
%0
%13.72
%11.37

Codes

Color #72E2C3 in popluar color models

72E2C3
RGB114226195
HSL163°65.88%66.67%
HSB/HSV163°49.56%88.63%
CMYK49.56%0.00%13.72%
11.37%

Color #72E2C3 in popluar number systems.

HEX72E2C3
Decimal114226195
Binary11100101110001011000011
Octal162342303

Shades and tints

Shades of #72E2C3

#72E2C3
(114,226,195)
#68CEB2
(104,206,178)
#5EBAA1
(94,186,161)
#54A690
(84,166,144)
#4A927F
(74,146,127)
#407E6E
(64,126,110)
#366A5D
(54,106,93)
#2C564C
(44,86,76)
#22423B
(34,66,59)
#182E2A
(24,46,42)
#0E1A19
(14,26,25)
#000000
(0,0,0)

Tints of #72E2C3

#72E2C3
(114,226,195)
#7EE4C8
(126,228,200)
#8AE6CD
(138,230,205)
#96E8D2
(150,232,210)
#A2EAD7
(162,234,215)
#AEECDC
(174,236,220)
#BAEEE1
(186,238,225)
#C6F0E6
(198,240,230)
#D2F2EB
(210,242,235)
#DEF4F0
(222,244,240)
#EAF6F5
(234,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72E2C3; }

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

This text font color is #72E2C3.


Background Color

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

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

This div background color is #72E2C3.


Border color

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

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

This div border color is #72E2C3.


Opacity

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

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

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

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

This text has shadow with #72E2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E2C3 on black background.


Color preview on white background

This text has color #72E2C3 on white background.



Black color preview on #72E2C3 background

This text has black color on #72E2C3 background.


White color preview on #72E2C3 background

This text has white color on #72E2C3 background.