COLOR #72E3AA

HEX: #72E3AA
RGB: (114,227,170)

Color info

#72E3AA contains mainly green and blue colors. Web safe color of #72E3AA is #66CC99 (or #6C9).

RGB color model

#72E3AA color RGB value is (114,227,170).

  • red value is 114;
  • green value is 227;
  • blue value is 170.
RGB:
(114,227,170)
(45%,89%,67%)

RGB channels and saturation

R 114 of 255 = 45%
G 227 of 255 = 89%
B 170 of 255 = 67%

114
227
170

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

Portions of RGB colors in percentages

R + G + B =
114 + 227 + 170 = 511 (100%)
R 114 of 511 ~ 22.31%
G 227 of 511 ~ 44.42%
B 170 of 511 ~ 33.27%

%22.31
%44.42
%33.27

CMYK color model

#72E3AA color CMYK value is (50,0,25,11).

  • cyan value is 49.78%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(50,0,25,11)
C50M0Y25K11 
(50%,0%,25%,11%)
(0.50/0.00/0.25/0.11)	

CMYK percentages

%49.78
%0
%25.11
%10.98

Codes

Color #72E3AA in popluar color models

72E3AA
RGB114227170
HSL150°66.86%66.86%
HSB/HSV150°49.78%89.02%
CMYK49.78%0.00%25.11%
10.98%

Color #72E3AA in popluar number systems.

HEX72E3AA
Decimal114227170
Binary11100101110001110101010
Octal162343252

Shades and tints

Shades of #72E3AA

#72E3AA
(114,227,170)
#68CF9B
(104,207,155)
#5EBB8C
(94,187,140)
#54A77D
(84,167,125)
#4A936E
(74,147,110)
#407F5F
(64,127,95)
#366B50
(54,107,80)
#2C5741
(44,87,65)
#224332
(34,67,50)
#182F23
(24,47,35)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #72E3AA

#72E3AA
(114,227,170)
#7EE5B1
(126,229,177)
#8AE7B8
(138,231,184)
#96E9BF
(150,233,191)
#A2EBC6
(162,235,198)
#AEEDCD
(174,237,205)
#BAEFD4
(186,239,212)
#C6F1DB
(198,241,219)
#D2F3E2
(210,243,226)
#DEF5E9
(222,245,233)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72E3AA color. Also use rgb(114,227,170) instead hex code.

Text Font Color

.myTextColor { color: #72E3AA; }

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

This text font color is #72E3AA.


Background Color

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

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

This div background color is #72E3AA.


Border color

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

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

This div border color is #72E3AA.


Opacity

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

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

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

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

This text has shadow with #72E3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E3AA on black background.


Color preview on white background

This text has color #72E3AA on white background.



Black color preview on #72E3AA background

This text has black color on #72E3AA background.


White color preview on #72E3AA background

This text has white color on #72E3AA background.