COLOR #72CFA4

HEX: #72CFA4 RGB: (114,207,164)

Color info

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

RGB color model

#72CFA4 color RGB value is (114,207,164).

RGB: (114,207,164) (45%, 81%, 64%)

RGB channels and saturation

R 114 of 255 = 45%
G 207 of 255 = 81%
B 164 of 255 = 64%

114
207
164

R + G + B ~ 63%. #72CFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 207 + 164 = 485 (100%)
R 114 of 485 ~ 23.51%
G 207 of 485 ~ 42.68%
B 164 of 485 ~ 33.81'%

%23.51
%42.68
%33.81

CMYK color model

#72CFA4 color CMYK value is (45,0,21,19).

  • cyan value is 44.93%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 18.82%

CMYK: (45,0,21,19)
C45M0Y21K19 (45%, 0%, 21%, 19%)
(0.45 / 0.00 / 0.21 / 0.19)

CMYK percentages

%44.93
%0
%20.77
%18.82

Codes

Color #72CFA4 in popluar color models

72 CF A4
RGB 114 207 164
HSL 152° 49.21% 62.94%
HSB/HSV 152° 44.93% 81.18%
CMYK 44.93% 0.00% 20.77%
18.82%

Color #72CFA4 in popluar number systems.

HEX 72 CF A4
Decimal 114 207 164
Binary 1110010 11001111 10100100
Octal 162 317 244

Shades and tints

Shades of #72CFA4

#72CFA4
(114,207,164)
#68BD96
(104,189,150)
#5EAB88
(94,171,136)
#54997A
(84,153,122)
#4A876C
(74,135,108)
#40755E
(64,117,94)
#366350
(54,99,80)
#2C5142
(44,81,66)
#223F34
(34,63,52)
#182D26
(24,45,38)
#0E1B18
(14,27,24)
#000000
(0,0,0)

Tints of #72CFA4

#72CFA4
(114,207,164)
#7ED3AC
(126,211,172)
#8AD7B4
(138,215,180)
#96DBBC
(150,219,188)
#A2DFC4
(162,223,196)
#AEE3CC
(174,227,204)
#BAE7D4
(186,231,212)
#C6EBDC
(198,235,220)
#D2EFE4
(210,239,228)
#DEF3EC
(222,243,236)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CFA4 color. Also use rgb(114,207,164) instead hex code.

Text Font Color

.myTextColor { color: #72CFA4; }

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

This text font color is #72CFA4.

Background Color

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

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

This div background color is #72CFA4.

Border color

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

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

This div border color is #72CFA4.

Opacity

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

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

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

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

This text has shadow with #72CFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CFA4.

Preview

Color preview on black background

This text has color #72CFA4 on black background.


Color preview on white background

This text has color #72CFA4 on white background.


Black color preview on #72CFA4 background

This text has black color on #72CFA4 background.


White color preview on #72CFA4 background

This text has white color on #72CFA4 background.


Related colors

Complementary color

Complementary color for #hex is #8D305B.


I love getcolorcode.com

Triadic colors

1 #A472CF and #CFA472 with #72CFA4 are triadic colors.

2 #A4CF72 and #CF72A4 with #72CFA4 are triadic colors.