COLOR #72C18E

HEX: #72C18E
RGB: (114,193,142)

Color info

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

RGB color model

#72C18E color RGB value is (114,193,142).

  • red value is 114;
  • green value is 193;
  • blue value is 142.
RGB:
(114,193,142)
(45%,76%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 193 of 255 = 76%
B 142 of 255 = 56%

114
193
142

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

Portions of RGB colors in percentages

R + G + B =
114 + 193 + 142 = 449 (100%)
R 114 of 449 ~ 25.39%
G 193 of 449 ~ 42.98%
B 142 of 449 ~ 31.63%

%25.39
%42.98
%31.63

CMYK color model

#72C18E color CMYK value is (41,0,26,24).

  • cyan value is 40.93%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(41,0,26,24)
C41M0Y26K24 
(41%,0%,26%,24%)
(0.41/0.00/0.26/0.24)	

CMYK percentages

%40.93
%0
%26.42
%24.31

Codes

Color #72C18E in popluar color models

72C18E
RGB114193142
HSL141°38.92%60.20%
HSB/HSV141°40.93%75.69%
CMYK40.93%0.00%26.42%
24.31%

Color #72C18E in popluar number systems.

HEX72C18E
Decimal114193142
Binary11100101100000110001110
Octal162301216

Shades and tints

Shades of #72C18E

#72C18E
(114,193,142)
#68B082
(104,176,130)
#5E9F76
(94,159,118)
#548E6A
(84,142,106)
#4A7D5E
(74,125,94)
#406C52
(64,108,82)
#365B46
(54,91,70)
#2C4A3A
(44,74,58)
#22392E
(34,57,46)
#182822
(24,40,34)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #72C18E

#72C18E
(114,193,142)
#7EC698
(126,198,152)
#8ACBA2
(138,203,162)
#96D0AC
(150,208,172)
#A2D5B6
(162,213,182)
#AEDAC0
(174,218,192)
#BADFCA
(186,223,202)
#C6E4D4
(198,228,212)
#D2E9DE
(210,233,222)
#DEEEE8
(222,238,232)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C18E color. Also use rgb(114,193,142) instead hex code.

Text Font Color

.myTextColor { color: #72C18E; }

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

This text font color is #72C18E.


Background Color

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

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

This div background color is #72C18E.


Border color

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

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

This div border color is #72C18E.


Opacity

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

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

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

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

This text has shadow with #72C18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C18E on black background.


Color preview on white background

This text has color #72C18E on white background.



Black color preview on #72C18E background

This text has black color on #72C18E background.


White color preview on #72C18E background

This text has white color on #72C18E background.