COLOR #72BCA6

HEX: #72BCA6
RGB: (114,188,166)

Color info

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

RGB color model

#72BCA6 color RGB value is (114,188,166).

  • red value is 114;
  • green value is 188;
  • blue value is 166.
RGB:
(114,188,166)
(45%,74%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 188 of 255 = 74%
B 166 of 255 = 65%

114
188
166

R + G + B ~ 61%. #72BCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 188 + 166 = 468 (100%)
R 114 of 468 ~ 24.36%
G 188 of 468 ~ 40.17%
B 166 of 468 ~ 35.47%

%24.36
%40.17
%35.47

CMYK color model

#72BCA6 color CMYK value is (39,0,12,26).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK:
(39,0,12,26)
C39M0Y12K26 
(39%,0%,12%,26%)
(0.39/0.00/0.12/0.26)	

CMYK percentages

%39.36
%0
%11.7
%26.27

Codes

Color #72BCA6 in popluar color models

72BCA6
RGB114188166
HSL162°35.58%59.22%
HSB/HSV162°39.36%73.73%
CMYK39.36%0.00%11.70%
26.27%

Color #72BCA6 in popluar number systems.

HEX72BCA6
Decimal114188166
Binary11100101011110010100110
Octal162274246

Shades and tints

Shades of #72BCA6

#72BCA6
(114,188,166)
#68AB97
(104,171,151)
#5E9A88
(94,154,136)
#548979
(84,137,121)
#4A786A
(74,120,106)
#40675B
(64,103,91)
#36564C
(54,86,76)
#2C453D
(44,69,61)
#22342E
(34,52,46)
#18231F
(24,35,31)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #72BCA6

#72BCA6
(114,188,166)
#7EC2AE
(126,194,174)
#8AC8B6
(138,200,182)
#96CEBE
(150,206,190)
#A2D4C6
(162,212,198)
#AEDACE
(174,218,206)
#BAE0D6
(186,224,214)
#C6E6DE
(198,230,222)
#D2ECE6
(210,236,230)
#DEF2EE
(222,242,238)
#EAF8F6
(234,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BCA6 color. Also use rgb(114,188,166) instead hex code.

Text Font Color

.myTextColor { color: #72BCA6; }

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

This text font color is #72BCA6.


Background Color

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

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

This div background color is #72BCA6.


Border color

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

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

This div border color is #72BCA6.


Opacity

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

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

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

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

This text has shadow with #72BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BCA6 on black background.


Color preview on white background

This text has color #72BCA6 on white background.



Black color preview on #72BCA6 background

This text has black color on #72BCA6 background.


White color preview on #72BCA6 background

This text has white color on #72BCA6 background.