COLOR #72CDA1

HEX: #72CDA1 RGB: (114,205,161)

Color info

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

RGB color model

#72CDA1 color RGB value is (114,205,161).

RGB: (114,205,161) (45%, 80%, 63%)

RGB channels and saturation

R 114 of 255 = 45%
G 205 of 255 = 80%
B 161 of 255 = 63%

114
205
161

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

Portions of RGB colors in percentages

R + G + B = 114 + 205 + 161 = 480 (100%)
R 114 of 480 ~ 23.75%
G 205 of 480 ~ 42.71%
B 161 of 480 ~ 33.54'%

%23.75
%42.71
%33.54

CMYK color model

#72CDA1 color CMYK value is (44,0,21,20).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 19.61%

CMYK: (44,0,21,20)
C44M0Y21K20 (44%, 0%, 21%, 20%)
(0.44 / 0.00 / 0.21 / 0.20)

CMYK percentages

%44.39
%0
%21.46
%19.61

Codes

Color #72CDA1 in popluar color models

72 CD A1
RGB 114 205 161
HSL 151° 47.64% 62.55%
HSB/HSV 151° 44.39% 80.39%
CMYK 44.39% 0.00% 21.46%
19.61%

Color #72CDA1 in popluar number systems.

HEX 72 CD A1
Decimal 114 205 161
Binary 1110010 11001101 10100001
Octal 162 315 241

Shades and tints

Shades of #72CDA1

#72CDA1
(114,205,161)
#68BB93
(104,187,147)
#5EA985
(94,169,133)
#549777
(84,151,119)
#4A8569
(74,133,105)
#40735B
(64,115,91)
#36614D
(54,97,77)
#2C4F3F
(44,79,63)
#223D31
(34,61,49)
#182B23
(24,43,35)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #72CDA1

#72CDA1
(114,205,161)
#7ED1A9
(126,209,169)
#8AD5B1
(138,213,177)
#96D9B9
(150,217,185)
#A2DDC1
(162,221,193)
#AEE1C9
(174,225,201)
#BAE5D1
(186,229,209)
#C6E9D9
(198,233,217)
#D2EDE1
(210,237,225)
#DEF1E9
(222,241,233)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72CDA1; }

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

This text font color is #72CDA1.

Background Color

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

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

This div background color is #72CDA1.

Border color

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

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

This div border color is #72CDA1.

Opacity

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

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

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

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

This text has shadow with #72CDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CDA1.

Preview

Color preview on black background

This text has color #72CDA1 on black background.


Color preview on white background

This text has color #72CDA1 on white background.


Black color preview on #72CDA1 background

This text has black color on #72CDA1 background.


White color preview on #72CDA1 background

This text has white color on #72CDA1 background.


Related colors

Complementary color

Complementary color for #hex is #8D325E.


I love getcolorcode.com

Triadic colors

1 #A172CD and #CDA172 with #72CDA1 are triadic colors.

2 #A1CD72 and #CD72A1 with #72CDA1 are triadic colors.