COLOR #72CC96

HEX: #72CC96 RGB: (114,204,150)

Color info

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

RGB color model

#72CC96 color RGB value is (114,204,150).

RGB: (114,204,150) (45%, 80%, 59%)

RGB channels and saturation

R 114 of 255 = 45%
G 204 of 255 = 80%
B 150 of 255 = 59%

114
204
150

R + G + B ~ 61%. #72CC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 204 + 150 = 468 (100%)
R 114 of 468 ~ 24.36%
G 204 of 468 ~ 43.59%
B 150 of 468 ~ 32.05'%

%24.36
%43.59
%32.05

CMYK color model

#72CC96 color CMYK value is (44,0,26,20).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (44,0,26,20)
C44M0Y26K20 (44%, 0%, 26%, 20%)
(0.44 / 0.00 / 0.26 / 0.20)

CMYK percentages

%44.12
%0
%26.47
%20

Codes

Color #72CC96 in popluar color models

72 CC 96
RGB 114 204 150
HSL 144° 46.88% 62.35%
HSB/HSV 144° 44.12% 80.00%
CMYK 44.12% 0.00% 26.47%
20.00%

Color #72CC96 in popluar number systems.

HEX 72 CC 96
Decimal 114 204 150
Binary 1110010 11001100 10010110
Octal 162 314 226

Shades and tints

Shades of #72CC96

#72CC96
(114,204,150)
#68BA89
(104,186,137)
#5EA87C
(94,168,124)
#54966F
(84,150,111)
#4A8462
(74,132,98)
#407255
(64,114,85)
#366048
(54,96,72)
#2C4E3B
(44,78,59)
#223C2E
(34,60,46)
#182A21
(24,42,33)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #72CC96

#72CC96
(114,204,150)
#7ED09F
(126,208,159)
#8AD4A8
(138,212,168)
#96D8B1
(150,216,177)
#A2DCBA
(162,220,186)
#AEE0C3
(174,224,195)
#BAE4CC
(186,228,204)
#C6E8D5
(198,232,213)
#D2ECDE
(210,236,222)
#DEF0E7
(222,240,231)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CC96 color. Also use rgb(114,204,150) instead hex code.

Text Font Color

.myTextColor { color: #72CC96; }

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

This text font color is #72CC96.

Background Color

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

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

This div background color is #72CC96.

Border color

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

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

This div border color is #72CC96.

Opacity

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

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

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

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

This text has shadow with #72CC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CC96.

Preview

Color preview on black background

This text has color #72CC96 on black background.


Color preview on white background

This text has color #72CC96 on white background.


Black color preview on #72CC96 background

This text has black color on #72CC96 background.


White color preview on #72CC96 background

This text has white color on #72CC96 background.


Related colors

Complementary color

Complementary color for #hex is #8D3369.


I love getcolorcode.com

Triadic colors

1 #9672CC and #CC9672 with #72CC96 are triadic colors.

2 #96CC72 and #CC7296 with #72CC96 are triadic colors.