COLOR #72C888

HEX: #72C888
RGB: (114,200,136)

Color info

#72C888 contains mainly green color. Web safe color of #72C888 is #66CC99 (or #6C9).

RGB color model

#72C888 color RGB value is (114,200,136).

  • red value is 114;
  • green value is 200;
  • blue value is 136.
RGB:
(114,200,136)
(45%,78%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 200 of 255 = 78%
B 136 of 255 = 53%

114
200
136

R + G + B ~ 59%. #72C888 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 200 + 136 = 450 (100%)
R 114 of 450 ~ 25.33%
G 200 of 450 ~ 44.44%
B 136 of 450 ~ 30.22%

%25.33
%44.44
%30.22

CMYK color model

#72C888 color CMYK value is (43,0,32,22).

  • cyan value is 43.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 21.57%
CMYK:
(43,0,32,22)
C43M0Y32K22 
(43%,0%,32%,22%)
(0.43/0.00/0.32/0.22)	

CMYK percentages

%43
%0
%32
%21.57

Codes

Color #72C888 in popluar color models

72C888
RGB114200136
HSL135°43.88%61.57%
HSB/HSV135°43.00%78.43%
CMYK43.00%0.00%32.00%
21.57%

Color #72C888 in popluar number systems.

HEX72C888
Decimal114200136
Binary11100101100100010001000
Octal162310210

Shades and tints

Shades of #72C888

#72C888
(114,200,136)
#68B67C
(104,182,124)
#5EA470
(94,164,112)
#549264
(84,146,100)
#4A8058
(74,128,88)
#406E4C
(64,110,76)
#365C40
(54,92,64)
#2C4A34
(44,74,52)
#223828
(34,56,40)
#18261C
(24,38,28)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #72C888

#72C888
(114,200,136)
#7ECD92
(126,205,146)
#8AD29C
(138,210,156)
#96D7A6
(150,215,166)
#A2DCB0
(162,220,176)
#AEE1BA
(174,225,186)
#BAE6C4
(186,230,196)
#C6EBCE
(198,235,206)
#D2F0D8
(210,240,216)
#DEF5E2
(222,245,226)
#EAFAEC
(234,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C888 color. Also use rgb(114,200,136) instead hex code.

Text Font Color

.myTextColor { color: #72C888; }

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

This text font color is #72C888.


Background Color

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

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

This div background color is #72C888.


Border color

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

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

This div border color is #72C888.


Opacity

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

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

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

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

This text has shadow with #72C888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C888 on black background.


Color preview on white background

This text has color #72C888 on white background.



Black color preview on #72C888 background

This text has black color on #72C888 background.


White color preview on #72C888 background

This text has white color on #72C888 background.