COLOR #72CEA8

HEX: #72CEA8 RGB: (114,206,168)

Color info

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

RGB color model

#72CEA8 color RGB value is (114,206,168).

RGB: (114,206,168) (45%, 81%, 66%)

RGB channels and saturation

R 114 of 255 = 45%
G 206 of 255 = 81%
B 168 of 255 = 66%

114
206
168

R + G + B ~ 64%. #72CEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 206 + 168 = 488 (100%)
R 114 of 488 ~ 23.36%
G 206 of 488 ~ 42.21%
B 168 of 488 ~ 34.43'%

%23.36
%42.21
%34.43

CMYK color model

#72CEA8 color CMYK value is (45,0,18,19).

  • cyan value is 44.66%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 19.22%

CMYK: (45,0,18,19)
C45M0Y18K19 (45%, 0%, 18%, 19%)
(0.45 / 0.00 / 0.18 / 0.19)

CMYK percentages

%44.66
%0
%18.45
%19.22

Codes

Color #72CEA8 in popluar color models

72 CE A8
RGB 114 206 168
HSL 155° 48.42% 62.75%
HSB/HSV 155° 44.66% 80.78%
CMYK 44.66% 0.00% 18.45%
19.22%

Color #72CEA8 in popluar number systems.

HEX 72 CE A8
Decimal 114 206 168
Binary 1110010 11001110 10101000
Octal 162 316 250

Shades and tints

Shades of #72CEA8

#72CEA8
(114,206,168)
#68BC99
(104,188,153)
#5EAA8A
(94,170,138)
#54987B
(84,152,123)
#4A866C
(74,134,108)
#40745D
(64,116,93)
#36624E
(54,98,78)
#2C503F
(44,80,63)
#223E30
(34,62,48)
#182C21
(24,44,33)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #72CEA8

#72CEA8
(114,206,168)
#7ED2AF
(126,210,175)
#8AD6B6
(138,214,182)
#96DABD
(150,218,189)
#A2DEC4
(162,222,196)
#AEE2CB
(174,226,203)
#BAE6D2
(186,230,210)
#C6EAD9
(198,234,217)
#D2EEE0
(210,238,224)
#DEF2E7
(222,242,231)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CEA8 color. Also use rgb(114,206,168) instead hex code.

Text Font Color

.myTextColor { color: #72CEA8; }

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

This text font color is #72CEA8.

Background Color

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

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

This div background color is #72CEA8.

Border color

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

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

This div border color is #72CEA8.

Opacity

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

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

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

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

This text has shadow with #72CEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72CEA8.

Preview

Color preview on black background

This text has color #72CEA8 on black background.


Color preview on white background

This text has color #72CEA8 on white background.


Black color preview on #72CEA8 background

This text has black color on #72CEA8 background.


White color preview on #72CEA8 background

This text has white color on #72CEA8 background.


Related colors

Complementary color

Complementary color for #hex is #8D3157.


I love getcolorcode.com

Triadic colors

1 #A872CE and #CEA872 with #72CEA8 are triadic colors.

2 #A8CE72 and #CE72A8 with #72CEA8 are triadic colors.