COLOR #72C1A0

HEX: #72C1A0
RGB: (114,193,160)

Color info

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

RGB color model

#72C1A0 color RGB value is (114,193,160).

  • red value is 114;
  • green value is 193;
  • blue value is 160.
RGB:
(114,193,160)
(45%,76%,63%)

RGB channels and saturation

R 114 of 255 = 45%
G 193 of 255 = 76%
B 160 of 255 = 63%

114
193
160

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

Portions of RGB colors in percentages

R + G + B =
114 + 193 + 160 = 467 (100%)
R 114 of 467 ~ 24.41%
G 193 of 467 ~ 41.33%
B 160 of 467 ~ 34.26%

%24.41
%41.33
%34.26

CMYK color model

#72C1A0 color CMYK value is (41,0,17,24).

  • cyan value is 40.93%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(41,0,17,24)
C41M0Y17K24 
(41%,0%,17%,24%)
(0.41/0.00/0.17/0.24)	

CMYK percentages

%40.93
%0
%17.1
%24.31

Codes

Color #72C1A0 in popluar color models

72C1A0
RGB114193160
HSL155°38.92%60.20%
HSB/HSV155°40.93%75.69%
CMYK40.93%0.00%17.10%
24.31%

Color #72C1A0 in popluar number systems.

HEX72C1A0
Decimal114193160
Binary11100101100000110100000
Octal162301240

Shades and tints

Shades of #72C1A0

#72C1A0
(114,193,160)
#68B092
(104,176,146)
#5E9F84
(94,159,132)
#548E76
(84,142,118)
#4A7D68
(74,125,104)
#406C5A
(64,108,90)
#365B4C
(54,91,76)
#2C4A3E
(44,74,62)
#223930
(34,57,48)
#182822
(24,40,34)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #72C1A0

#72C1A0
(114,193,160)
#7EC6A8
(126,198,168)
#8ACBB0
(138,203,176)
#96D0B8
(150,208,184)
#A2D5C0
(162,213,192)
#AEDAC8
(174,218,200)
#BADFD0
(186,223,208)
#C6E4D8
(198,228,216)
#D2E9E0
(210,233,224)
#DEEEE8
(222,238,232)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C1A0 color. Also use rgb(114,193,160) instead hex code.

Text Font Color

.myTextColor { color: #72C1A0; }

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

This text font color is #72C1A0.


Background Color

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

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

This div background color is #72C1A0.


Border color

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

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

This div border color is #72C1A0.


Opacity

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

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

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

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

This text has shadow with #72C1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C1A0 on black background.


Color preview on white background

This text has color #72C1A0 on white background.



Black color preview on #72C1A0 background

This text has black color on #72C1A0 background.


White color preview on #72C1A0 background

This text has white color on #72C1A0 background.