COLOR #72DCA1

HEX: #72DCA1 RGB: (114,220,161)

Color info

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

RGB color model

#72DCA1 color RGB value is (114,220,161).

RGB: (114,220,161) (45%, 86%, 63%)

RGB channels and saturation

R 114 of 255 = 45%
G 220 of 255 = 86%
B 161 of 255 = 63%

114
220
161

R + G + B ~ 65%. #72DCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 220 + 161 = 495 (100%)
R 114 of 495 ~ 23.03%
G 220 of 495 ~ 44.44%
B 161 of 495 ~ 32.53'%

%23.03
%44.44
%32.53

CMYK color model

#72DCA1 color CMYK value is (48,0,27,14).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 13.73%

CMYK: (48,0,27,14)
C48M0Y27K14 (48%, 0%, 27%, 14%)
(0.48 / 0.00 / 0.27 / 0.14)

CMYK percentages

%48.18
%0
%26.82
%13.73

Codes

Color #72DCA1 in popluar color models

72 DC A1
RGB 114 220 161
HSL 147° 60.23% 65.49%
HSB/HSV 147° 48.18% 86.27%
CMYK 48.18% 0.00% 26.82%
13.73%

Color #72DCA1 in popluar number systems.

HEX 72 DC A1
Decimal 114 220 161
Binary 1110010 11011100 10100001
Octal 162 334 241

Shades and tints

Shades of #72DCA1

#72DCA1
(114,220,161)
#68C893
(104,200,147)
#5EB485
(94,180,133)
#54A077
(84,160,119)
#4A8C69
(74,140,105)
#40785B
(64,120,91)
#36644D
(54,100,77)
#2C503F
(44,80,63)
#223C31
(34,60,49)
#182823
(24,40,35)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #72DCA1

#72DCA1
(114,220,161)
#7EDFA9
(126,223,169)
#8AE2B1
(138,226,177)
#96E5B9
(150,229,185)
#A2E8C1
(162,232,193)
#AEEBC9
(174,235,201)
#BAEED1
(186,238,209)
#C6F1D9
(198,241,217)
#D2F4E1
(210,244,225)
#DEF7E9
(222,247,233)
#EAFAF1
(234,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DCA1 color. Also use rgb(114,220,161) instead hex code.

Text Font Color

.myTextColor { color: #72DCA1; }

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

This text font color is #72DCA1.

Background Color

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

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

This div background color is #72DCA1.

Border color

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

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

This div border color is #72DCA1.

Opacity

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

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

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

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

This text has shadow with #72DCA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72DCA1.

Preview

Color preview on black background

This text has color #72DCA1 on black background.


Color preview on white background

This text has color #72DCA1 on white background.


Black color preview on #72DCA1 background

This text has black color on #72DCA1 background.


White color preview on #72DCA1 background

This text has white color on #72DCA1 background.


Related colors

Complementary color

Complementary color for #hex is #8D235E.


I love getcolorcode.com

Triadic colors

1 #A172DC and #DCA172 with #72DCA1 are triadic colors.

2 #A1DC72 and #DC72A1 with #72DCA1 are triadic colors.