COLOR #72B6B7

HEX: #72B6B7
RGB: (114,182,183)

Color info

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

RGB color model

#72B6B7 color RGB value is (114,182,183).

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

RGB channels and saturation

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

114
182
183

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

Portions of RGB colors in percentages

R + G + B =
114 + 182 + 183 = 479 (100%)
R 114 of 479 ~ 23.8%
G 182 of 479 ~ 38%
B 183 of 479 ~ 38.2%

%23.8
%38
%38.2

CMYK color model

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

  • cyan value is 37.70%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,1,0,28)
C38M1Y0K28 
(38%,1%,0%,28%)
(0.38/0.01/0.00/0.28)	

CMYK percentages

%37.7
%0.55
%0
%28.24

Codes

Color #72B6B7 in popluar color models

72B6B7
RGB114182183
HSL181°32.39%58.24%
HSB/HSV181°37.70%71.76%
CMYK37.70%0.55%0.00%
28.24%

Color #72B6B7 in popluar number systems.

HEX72B6B7
Decimal114182183
Binary11100101011011010110111
Octal162266267

Shades and tints

Shades of #72B6B7

#72B6B7
(114,182,183)
#68A6A7
(104,166,167)
#5E9697
(94,150,151)
#548687
(84,134,135)
#4A7677
(74,118,119)
#406667
(64,102,103)
#365657
(54,86,87)
#2C4647
(44,70,71)
#223637
(34,54,55)
#182627
(24,38,39)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #72B6B7

#72B6B7
(114,182,183)
#7EBCBD
(126,188,189)
#8AC2C3
(138,194,195)
#96C8C9
(150,200,201)
#A2CECF
(162,206,207)
#AED4D5
(174,212,213)
#BADADB
(186,218,219)
#C6E0E1
(198,224,225)
#D2E6E7
(210,230,231)
#DEECED
(222,236,237)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B6B7; }

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

This text font color is #72B6B7.


Background Color

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

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

This div background color is #72B6B7.


Border color

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

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

This div border color is #72B6B7.


Opacity

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

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

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

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

This text has shadow with #72B6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B6B7 on black background.


Color preview on white background

This text has color #72B6B7 on white background.



Black color preview on #72B6B7 background

This text has black color on #72B6B7 background.


White color preview on #72B6B7 background

This text has white color on #72B6B7 background.