COLOR #72B182

HEX: #72B182 RGB: (114,177,130)

Color info

#72B182 contains mainly green and blue colors. Web safe color of #72B182 is #669999 (or #699).

RGB color model

#72B182 color RGB value is (114,177,130).

RGB: (114,177,130) (45%, 69%, 51%)

RGB channels and saturation

R 114 of 255 = 45%
G 177 of 255 = 69%
B 130 of 255 = 51%

114
177
130

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

Portions of RGB colors in percentages

R + G + B = 114 + 177 + 130 = 421 (100%)
R 114 of 421 ~ 27.08%
G 177 of 421 ~ 42.04%
B 130 of 421 ~ 30.88'%

%27.08
%42.04
%30.88

CMYK color model

#72B182 color CMYK value is (36,0,27,31).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 30.59%

CMYK: (36,0,27,31)
C36M0Y27K31 (36%, 0%, 27%, 31%)
(0.36 / 0.00 / 0.27 / 0.31)

CMYK percentages

%35.59
%0
%26.55
%30.59

Codes

Color #72B182 in popluar color models

72 B1 82
RGB 114 177 130
HSL 135° 28.77% 57.06%
HSB/HSV 135° 35.59% 69.41%
CMYK 35.59% 0.00% 26.55%
30.59%

Color #72B182 in popluar number systems.

HEX 72 B1 82
Decimal 114 177 130
Binary 1110010 10110001 10000010
Octal 162 261 202

Shades and tints

Shades of #72B182

#72B182
(114,177,130)
#68A177
(104,161,119)
#5E916C
(94,145,108)
#548161
(84,129,97)
#4A7156
(74,113,86)
#40614B
(64,97,75)
#365140
(54,81,64)
#2C4135
(44,65,53)
#22312A
(34,49,42)
#18211F
(24,33,31)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #72B182

#72B182
(114,177,130)
#7EB88D
(126,184,141)
#8ABF98
(138,191,152)
#96C6A3
(150,198,163)
#A2CDAE
(162,205,174)
#AED4B9
(174,212,185)
#BADBC4
(186,219,196)
#C6E2CF
(198,226,207)
#D2E9DA
(210,233,218)
#DEF0E5
(222,240,229)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B182 color. Also use rgb(114,177,130) instead hex code.

Text Font Color

.myTextColor { color: #72B182; }

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

This text font color is #72B182.

Background Color

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

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

This div background color is #72B182.

Border color

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

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

This div border color is #72B182.

Opacity

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

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

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

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

This text has shadow with #72B182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B182.

Preview

Color preview on black background

This text has color #72B182 on black background.


Color preview on white background

This text has color #72B182 on white background.


Black color preview on #72B182 background

This text has black color on #72B182 background.


White color preview on #72B182 background

This text has white color on #72B182 background.


Related colors

Complementary color

Complementary color for #hex is #8D4E7D.


I love getcolorcode.com

Triadic colors

1 #8272B1 and #B18272 with #72B182 are triadic colors.

2 #82B172 and #B17282 with #72B182 are triadic colors.