COLOR #72B495

HEX: #72B495
RGB: (114,180,149)

Color info

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

RGB color model

#72B495 color RGB value is (114,180,149).

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

RGB channels and saturation

R 114 of 255 = 45%
G 180 of 255 = 71%
B 149 of 255 = 58%

114
180
149

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

Portions of RGB colors in percentages

R + G + B =
114 + 180 + 149 = 443 (100%)
R 114 of 443 ~ 25.73%
G 180 of 443 ~ 40.63%
B 149 of 443 ~ 33.63%

%25.73
%40.63
%33.63

CMYK color model

#72B495 color CMYK value is (37,0,17,29).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(37,0,17,29)
C37M0Y17K29 
(37%,0%,17%,29%)
(0.37/0.00/0.17/0.29)	

CMYK percentages

%36.67
%0
%17.22
%29.41

Codes

Color #72B495 in popluar color models

72B495
RGB114180149
HSL152°30.56%57.65%
HSB/HSV152°36.67%70.59%
CMYK36.67%0.00%17.22%
29.41%

Color #72B495 in popluar number systems.

HEX72B495
Decimal114180149
Binary11100101011010010010101
Octal162264225

Shades and tints

Shades of #72B495

#72B495
(114,180,149)
#68A488
(104,164,136)
#5E947B
(94,148,123)
#54846E
(84,132,110)
#4A7461
(74,116,97)
#406454
(64,100,84)
#365447
(54,84,71)
#2C443A
(44,68,58)
#22342D
(34,52,45)
#182420
(24,36,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72B495

#72B495
(114,180,149)
#7EBA9E
(126,186,158)
#8AC0A7
(138,192,167)
#96C6B0
(150,198,176)
#A2CCB9
(162,204,185)
#AED2C2
(174,210,194)
#BAD8CB
(186,216,203)
#C6DED4
(198,222,212)
#D2E4DD
(210,228,221)
#DEEAE6
(222,234,230)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B495; }

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

This text font color is #72B495.


Background Color

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

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

This div background color is #72B495.


Border color

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

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

This div border color is #72B495.


Opacity

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

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

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

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

This text has shadow with #72B495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B495 on black background.


Color preview on white background

This text has color #72B495 on white background.



Black color preview on #72B495 background

This text has black color on #72B495 background.


White color preview on #72B495 background

This text has white color on #72B495 background.