COLOR #72CBA7

HEX: #72CBA7 RGB: (114,203,167)

Color info

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

RGB color model

#72CBA7 color RGB value is (114,203,167).

RGB: (114,203,167) (45%, 80%, 65%)

RGB channels and saturation

R 114 of 255 = 45%
G 203 of 255 = 80%
B 167 of 255 = 65%

114
203
167

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

Portions of RGB colors in percentages

R + G + B = 114 + 203 + 167 = 484 (100%)
R 114 of 484 ~ 23.55%
G 203 of 484 ~ 41.94%
B 167 of 484 ~ 34.5'%

%23.55
%41.94
%34.5

CMYK color model

#72CBA7 color CMYK value is (44,0,18,20).

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 20.39%

CMYK: (44,0,18,20)
C44M0Y18K20 (44%, 0%, 18%, 20%)
(0.44 / 0.00 / 0.18 / 0.20)

CMYK percentages

%43.84
%0
%17.73
%20.39

Codes

Color #72CBA7 in popluar color models

72 CB A7
RGB 114 203 167
HSL 156° 46.11% 62.16%
HSB/HSV 156° 43.84% 79.61%
CMYK 43.84% 0.00% 17.73%
20.39%

Color #72CBA7 in popluar number systems.

HEX 72 CB A7
Decimal 114 203 167
Binary 1110010 11001011 10100111
Octal 162 313 247

Shades and tints

Shades of #72CBA7

#72CBA7
(114,203,167)
#68B998
(104,185,152)
#5EA789
(94,167,137)
#54957A
(84,149,122)
#4A836B
(74,131,107)
#40715C
(64,113,92)
#365F4D
(54,95,77)
#2C4D3E
(44,77,62)
#223B2F
(34,59,47)
#182920
(24,41,32)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #72CBA7

#72CBA7
(114,203,167)
#7ECFAF
(126,207,175)
#8AD3B7
(138,211,183)
#96D7BF
(150,215,191)
#A2DBC7
(162,219,199)
#AEDFCF
(174,223,207)
#BAE3D7
(186,227,215)
#C6E7DF
(198,231,223)
#D2EBE7
(210,235,231)
#DEEFEF
(222,239,239)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CBA7 color. Also use rgb(114,203,167) instead hex code.

Text Font Color

.myTextColor { color: #72CBA7; }

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

This text font color is #72CBA7.

Background Color

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

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

This div background color is #72CBA7.

Border color

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

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

This div border color is #72CBA7.

Opacity

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

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

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

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

This text has shadow with #72CBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CBA7.

Preview

Color preview on black background

This text has color #72CBA7 on black background.


Color preview on white background

This text has color #72CBA7 on white background.


Black color preview on #72CBA7 background

This text has black color on #72CBA7 background.


White color preview on #72CBA7 background

This text has white color on #72CBA7 background.


Related colors

Complementary color

Complementary color for #hex is #8D3458.


I love getcolorcode.com

Triadic colors

1 #A772CB and #CBA772 with #72CBA7 are triadic colors.

2 #A7CB72 and #CB72A7 with #72CBA7 are triadic colors.