COLOR #72CAA3

HEX: #72CAA3 RGB: (114,202,163)

Color info

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

RGB color model

#72CAA3 color RGB value is (114,202,163).

RGB: (114,202,163) (45%, 79%, 64%)

RGB channels and saturation

R 114 of 255 = 45%
G 202 of 255 = 79%
B 163 of 255 = 64%

114
202
163

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

Portions of RGB colors in percentages

R + G + B = 114 + 202 + 163 = 479 (100%)
R 114 of 479 ~ 23.8%
G 202 of 479 ~ 42.17%
B 163 of 479 ~ 34.03'%

%23.8
%42.17
%34.03

CMYK color model

#72CAA3 color CMYK value is (44,0,19,21).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%

CMYK: (44,0,19,21)
C44M0Y19K21 (44%, 0%, 19%, 21%)
(0.44 / 0.00 / 0.19 / 0.21)

CMYK percentages

%43.56
%0
%19.31
%20.78

Codes

Color #72CAA3 in popluar color models

72 CA A3
RGB 114 202 163
HSL 153° 45.36% 61.96%
HSB/HSV 153° 43.56% 79.22%
CMYK 43.56% 0.00% 19.31%
20.78%

Color #72CAA3 in popluar number systems.

HEX 72 CA A3
Decimal 114 202 163
Binary 1110010 11001010 10100011
Octal 162 312 243

Shades and tints

Shades of #72CAA3

#72CAA3
(114,202,163)
#68B895
(104,184,149)
#5EA687
(94,166,135)
#549479
(84,148,121)
#4A826B
(74,130,107)
#40705D
(64,112,93)
#365E4F
(54,94,79)
#2C4C41
(44,76,65)
#223A33
(34,58,51)
#182825
(24,40,37)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #72CAA3

#72CAA3
(114,202,163)
#7ECEAB
(126,206,171)
#8AD2B3
(138,210,179)
#96D6BB
(150,214,187)
#A2DAC3
(162,218,195)
#AEDECB
(174,222,203)
#BAE2D3
(186,226,211)
#C6E6DB
(198,230,219)
#D2EAE3
(210,234,227)
#DEEEEB
(222,238,235)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CAA3 color. Also use rgb(114,202,163) instead hex code.

Text Font Color

.myTextColor { color: #72CAA3; }

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

This text font color is #72CAA3.

Background Color

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

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

This div background color is #72CAA3.

Border color

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

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

This div border color is #72CAA3.

Opacity

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

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

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

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

This text has shadow with #72CAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CAA3.

Preview

Color preview on black background

This text has color #72CAA3 on black background.


Color preview on white background

This text has color #72CAA3 on white background.


Black color preview on #72CAA3 background

This text has black color on #72CAA3 background.


White color preview on #72CAA3 background

This text has white color on #72CAA3 background.


Related colors

Complementary color

Complementary color for #hex is #8D355C.


I love getcolorcode.com

Triadic colors

1 #A372CA and #CAA372 with #72CAA3 are triadic colors.

2 #A3CA72 and #CA72A3 with #72CAA3 are triadic colors.