COLOR #72CE9A

HEX: #72CE9A RGB: (114,206,154)

Color info

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

RGB color model

#72CE9A color RGB value is (114,206,154).

RGB: (114,206,154) (45%, 81%, 60%)

RGB channels and saturation

R 114 of 255 = 45%
G 206 of 255 = 81%
B 154 of 255 = 60%

114
206
154

R + G + B ~ 62%. #72CE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 206 + 154 = 474 (100%)
R 114 of 474 ~ 24.05%
G 206 of 474 ~ 43.46%
B 154 of 474 ~ 32.49'%

%24.05
%43.46
%32.49

CMYK color model

#72CE9A color CMYK value is (45,0,25,19).

  • cyan value is 44.66%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 19.22%

CMYK: (45,0,25,19)
C45M0Y25K19 (45%, 0%, 25%, 19%)
(0.45 / 0.00 / 0.25 / 0.19)

CMYK percentages

%44.66
%0
%25.24
%19.22

Codes

Color #72CE9A in popluar color models

72 CE 9A
RGB 114 206 154
HSL 146° 48.42% 62.75%
HSB/HSV 146° 44.66% 80.78%
CMYK 44.66% 0.00% 25.24%
19.22%

Color #72CE9A in popluar number systems.

HEX 72 CE 9A
Decimal 114 206 154
Binary 1110010 11001110 10011010
Octal 162 316 232

Shades and tints

Shades of #72CE9A

#72CE9A
(114,206,154)
#68BC8C
(104,188,140)
#5EAA7E
(94,170,126)
#549870
(84,152,112)
#4A8662
(74,134,98)
#407454
(64,116,84)
#366246
(54,98,70)
#2C5038
(44,80,56)
#223E2A
(34,62,42)
#182C1C
(24,44,28)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #72CE9A

#72CE9A
(114,206,154)
#7ED2A3
(126,210,163)
#8AD6AC
(138,214,172)
#96DAB5
(150,218,181)
#A2DEBE
(162,222,190)
#AEE2C7
(174,226,199)
#BAE6D0
(186,230,208)
#C6EAD9
(198,234,217)
#D2EEE2
(210,238,226)
#DEF2EB
(222,242,235)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CE9A color. Also use rgb(114,206,154) instead hex code.

Text Font Color

.myTextColor { color: #72CE9A; }

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

This text font color is #72CE9A.

Background Color

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

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

This div background color is #72CE9A.

Border color

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

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

This div border color is #72CE9A.

Opacity

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

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

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

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

This text has shadow with #72CE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CE9A.

Preview

Color preview on black background

This text has color #72CE9A on black background.


Color preview on white background

This text has color #72CE9A on white background.


Black color preview on #72CE9A background

This text has black color on #72CE9A background.


White color preview on #72CE9A background

This text has white color on #72CE9A background.


Related colors

Complementary color

Complementary color for #hex is #8D3165.


I love getcolorcode.com

Triadic colors

1 #9A72CE and #CE9A72 with #72CE9A are triadic colors.

2 #9ACE72 and #CE729A with #72CE9A are triadic colors.