COLOR #72B48E

HEX: #72B48E
RGB: (114,180,142)

Color info

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

RGB color model

#72B48E color RGB value is (114,180,142).

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

RGB channels and saturation

R 114 of 255 = 45%
G 180 of 255 = 71%
B 142 of 255 = 56%

114
180
142

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

Portions of RGB colors in percentages

R + G + B =
114 + 180 + 142 = 436 (100%)
R 114 of 436 ~ 26.15%
G 180 of 436 ~ 41.28%
B 142 of 436 ~ 32.57%

%26.15
%41.28
%32.57

CMYK color model

#72B48E color CMYK value is (37,0,21,29).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(37,0,21,29)
C37M0Y21K29 
(37%,0%,21%,29%)
(0.37/0.00/0.21/0.29)	

CMYK percentages

%36.67
%0
%21.11
%29.41

Codes

Color #72B48E in popluar color models

72B48E
RGB114180142
HSL145°30.56%57.65%
HSB/HSV145°36.67%70.59%
CMYK36.67%0.00%21.11%
29.41%

Color #72B48E in popluar number systems.

HEX72B48E
Decimal114180142
Binary11100101011010010001110
Octal162264216

Shades and tints

Shades of #72B48E

#72B48E
(114,180,142)
#68A482
(104,164,130)
#5E9476
(94,148,118)
#54846A
(84,132,106)
#4A745E
(74,116,94)
#406452
(64,100,82)
#365446
(54,84,70)
#2C443A
(44,68,58)
#22342E
(34,52,46)
#182422
(24,36,34)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #72B48E

#72B48E
(114,180,142)
#7EBA98
(126,186,152)
#8AC0A2
(138,192,162)
#96C6AC
(150,198,172)
#A2CCB6
(162,204,182)
#AED2C0
(174,210,192)
#BAD8CA
(186,216,202)
#C6DED4
(198,222,212)
#D2E4DE
(210,228,222)
#DEEAE8
(222,234,232)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B48E; }

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

This text font color is #72B48E.


Background Color

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

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

This div background color is #72B48E.


Border color

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

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

This div border color is #72B48E.


Opacity

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

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

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

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

This text has shadow with #72B48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B48E on black background.


Color preview on white background

This text has color #72B48E on white background.



Black color preview on #72B48E background

This text has black color on #72B48E background.


White color preview on #72B48E background

This text has white color on #72B48E background.