COLOR #72B8B6

HEX: #72B8B6
RGB: (114,184,182)

Color info

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

RGB color model

#72B8B6 color RGB value is (114,184,182).

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

RGB channels and saturation

R 114 of 255 = 45%
G 184 of 255 = 72%
B 182 of 255 = 71%

114
184
182

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

Portions of RGB colors in percentages

R + G + B =
114 + 184 + 182 = 480 (100%)
R 114 of 480 ~ 23.75%
G 184 of 480 ~ 38.33%
B 182 of 480 ~ 37.92%

%23.75
%38.33
%37.92

CMYK color model

#72B8B6 color CMYK value is (38,0,1,28).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(38,0,1,28)
C38M0Y1K28 
(38%,0%,1%,28%)
(0.38/0.00/0.01/0.28)	

CMYK percentages

%38.04
%0
%1.09
%27.84

Codes

Color #72B8B6 in popluar color models

72B8B6
RGB114184182
HSL178°33.02%58.43%
HSB/HSV178°38.04%72.16%
CMYK38.04%0.00%1.09%
27.84%

Color #72B8B6 in popluar number systems.

HEX72B8B6
Decimal114184182
Binary11100101011100010110110
Octal162270266

Shades and tints

Shades of #72B8B6

#72B8B6
(114,184,182)
#68A8A6
(104,168,166)
#5E9896
(94,152,150)
#548886
(84,136,134)
#4A7876
(74,120,118)
#406866
(64,104,102)
#365856
(54,88,86)
#2C4846
(44,72,70)
#223836
(34,56,54)
#182826
(24,40,38)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #72B8B6

#72B8B6
(114,184,182)
#7EBEBC
(126,190,188)
#8AC4C2
(138,196,194)
#96CAC8
(150,202,200)
#A2D0CE
(162,208,206)
#AED6D4
(174,214,212)
#BADCDA
(186,220,218)
#C6E2E0
(198,226,224)
#D2E8E6
(210,232,230)
#DEEEEC
(222,238,236)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B8B6; }

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

This text font color is #72B8B6.


Background Color

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

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

This div background color is #72B8B6.


Border color

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

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

This div border color is #72B8B6.


Opacity

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

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

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

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

This text has shadow with #72B8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B8B6 on black background.


Color preview on white background

This text has color #72B8B6 on white background.



Black color preview on #72B8B6 background

This text has black color on #72B8B6 background.


White color preview on #72B8B6 background

This text has white color on #72B8B6 background.