COLOR #72CE88

HEX: #72CE88
RGB: (114,206,136)

Color info

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

RGB color model

#72CE88 color RGB value is (114,206,136).

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

RGB channels and saturation

R 114 of 255 = 45%
G 206 of 255 = 81%
B 136 of 255 = 53%

114
206
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 206 + 136 = 456 (100%)
R 114 of 456 ~ 25%
G 206 of 456 ~ 45.18%
B 136 of 456 ~ 29.82%

%25
%45.18
%29.82

CMYK color model

#72CE88 color CMYK value is (45,0,34,19).

  • cyan value is 44.66%
  • magenta value is 0.00%
  • yellow value is 33.98%
  • key color value is 19.22%
CMYK:
(45,0,34,19)
C45M0Y34K19 
(45%,0%,34%,19%)
(0.45/0.00/0.34/0.19)	

CMYK percentages

%44.66
%0
%33.98
%19.22

Codes

Color #72CE88 in popluar color models

72CE88
RGB114206136
HSL134°48.42%62.75%
HSB/HSV134°44.66%80.78%
CMYK44.66%0.00%33.98%
19.22%

Color #72CE88 in popluar number systems.

HEX72CE88
Decimal114206136
Binary11100101100111010001000
Octal162316210

Shades and tints

Shades of #72CE88

#72CE88
(114,206,136)
#68BC7C
(104,188,124)
#5EAA70
(94,170,112)
#549864
(84,152,100)
#4A8658
(74,134,88)
#40744C
(64,116,76)
#366240
(54,98,64)
#2C5034
(44,80,52)
#223E28
(34,62,40)
#182C1C
(24,44,28)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #72CE88

#72CE88
(114,206,136)
#7ED292
(126,210,146)
#8AD69C
(138,214,156)
#96DAA6
(150,218,166)
#A2DEB0
(162,222,176)
#AEE2BA
(174,226,186)
#BAE6C4
(186,230,196)
#C6EACE
(198,234,206)
#D2EED8
(210,238,216)
#DEF2E2
(222,242,226)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72CE88; }

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

This text font color is #72CE88.


Background Color

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

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

This div background color is #72CE88.


Border color

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

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

This div border color is #72CE88.


Opacity

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

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

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

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

This text has shadow with #72CE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72CE88 on black background.


Color preview on white background

This text has color #72CE88 on white background.



Black color preview on #72CE88 background

This text has black color on #72CE88 background.


White color preview on #72CE88 background

This text has white color on #72CE88 background.