COLOR #72E1C0

HEX: #72E1C0
RGB: (114,225,192)

Color info

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

RGB color model

#72E1C0 color RGB value is (114,225,192).

  • red value is 114;
  • green value is 225;
  • blue value is 192.
RGB:
(114,225,192)
(45%,88%,75%)

RGB channels and saturation

R 114 of 255 = 45%
G 225 of 255 = 88%
B 192 of 255 = 75%

114
225
192

R + G + B ~ 69%. #72E1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 225 + 192 = 531 (100%)
R 114 of 531 ~ 21.47%
G 225 of 531 ~ 42.37%
B 192 of 531 ~ 36.16%

%21.47
%42.37
%36.16

CMYK color model

#72E1C0 color CMYK value is (49,0,15,12).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(49,0,15,12)
C49M0Y15K12 
(49%,0%,15%,12%)
(0.49/0.00/0.15/0.12)	

CMYK percentages

%49.33
%0
%14.67
%11.76

Codes

Color #72E1C0 in popluar color models

72E1C0
RGB114225192
HSL162°64.91%66.47%
HSB/HSV162°49.33%88.24%
CMYK49.33%0.00%14.67%
11.76%

Color #72E1C0 in popluar number systems.

HEX72E1C0
Decimal114225192
Binary11100101110000111000000
Octal162341300

Shades and tints

Shades of #72E1C0

#72E1C0
(114,225,192)
#68CDAF
(104,205,175)
#5EB99E
(94,185,158)
#54A58D
(84,165,141)
#4A917C
(74,145,124)
#407D6B
(64,125,107)
#36695A
(54,105,90)
#2C5549
(44,85,73)
#224138
(34,65,56)
#182D27
(24,45,39)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #72E1C0

#72E1C0
(114,225,192)
#7EE3C5
(126,227,197)
#8AE5CA
(138,229,202)
#96E7CF
(150,231,207)
#A2E9D4
(162,233,212)
#AEEBD9
(174,235,217)
#BAEDDE
(186,237,222)
#C6EFE3
(198,239,227)
#D2F1E8
(210,241,232)
#DEF3ED
(222,243,237)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72E1C0 color. Also use rgb(114,225,192) instead hex code.

Text Font Color

.myTextColor { color: #72E1C0; }

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

This text font color is #72E1C0.


Background Color

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

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

This div background color is #72E1C0.


Border color

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

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

This div border color is #72E1C0.


Opacity

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

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

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

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

This text has shadow with #72E1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E1C0 on black background.


Color preview on white background

This text has color #72E1C0 on white background.



Black color preview on #72E1C0 background

This text has black color on #72E1C0 background.


White color preview on #72E1C0 background

This text has white color on #72E1C0 background.