COLOR #72B8BA

HEX: #72B8BA
RGB: (114,184,186)

Color info

#72B8BA contains mainly green and blue colors. Web safe color of #72B8BA is #66CCCC (or #6CC).

RGB color model

#72B8BA color RGB value is (114,184,186).

  • red value is 114;
  • green value is 184;
  • blue value is 186.
RGB:
(114,184,186)
(45%,72%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 184 of 255 = 72%
B 186 of 255 = 73%

114
184
186

R + G + B ~ 63%. #72B8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 184 + 186 = 484 (100%)
R 114 of 484 ~ 23.55%
G 184 of 484 ~ 38.02%
B 186 of 484 ~ 38.43%

%23.55
%38.02
%38.43

CMYK color model

#72B8BA color CMYK value is (39,1,0,27).

  • cyan value is 38.71%
  • magenta value is 1.08%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(39,1,0,27)
C39M1Y0K27 
(39%,1%,0%,27%)
(0.39/0.01/0.00/0.27)	

CMYK percentages

%38.71
%1.08
%0
%27.06

Codes

Color #72B8BA in popluar color models

72B8BA
RGB114184186
HSL182°34.29%58.82%
HSB/HSV182°38.71%72.94%
CMYK38.71%1.08%0.00%
27.06%

Color #72B8BA in popluar number systems.

HEX72B8BA
Decimal114184186
Binary11100101011100010111010
Octal162270272

Shades and tints

Shades of #72B8BA

#72B8BA
(114,184,186)
#68A8AA
(104,168,170)
#5E989A
(94,152,154)
#54888A
(84,136,138)
#4A787A
(74,120,122)
#40686A
(64,104,106)
#36585A
(54,88,90)
#2C484A
(44,72,74)
#22383A
(34,56,58)
#18282A
(24,40,42)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #72B8BA

#72B8BA
(114,184,186)
#7EBEC0
(126,190,192)
#8AC4C6
(138,196,198)
#96CACC
(150,202,204)
#A2D0D2
(162,208,210)
#AED6D8
(174,214,216)
#BADCDE
(186,220,222)
#C6E2E4
(198,226,228)
#D2E8EA
(210,232,234)
#DEEEF0
(222,238,240)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B8BA color. Also use rgb(114,184,186) instead hex code.

Text Font Color

.myTextColor { color: #72B8BA; }

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

This text font color is #72B8BA.


Background Color

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

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

This div background color is #72B8BA.


Border color

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

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

This div border color is #72B8BA.


Opacity

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

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

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

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

This text has shadow with #72B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B8BA on black background.


Color preview on white background

This text has color #72B8BA on white background.



Black color preview on #72B8BA background

This text has black color on #72B8BA background.


White color preview on #72B8BA background

This text has white color on #72B8BA background.