COLOR #72B3B5

HEX: #72B3B5
RGB: (114,179,181)

Color info

#72B3B5 contains mainly green and blue colors. Web safe color of #72B3B5 is #6699CC (or #69C).

RGB color model

#72B3B5 color RGB value is (114,179,181).

  • red value is 114;
  • green value is 179;
  • blue value is 181.
RGB:
(114,179,181)
(45%,70%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 179 of 255 = 70%
B 181 of 255 = 71%

114
179
181

R + G + B ~ 62%. #72B3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 179 + 181 = 474 (100%)
R 114 of 474 ~ 24.05%
G 179 of 474 ~ 37.76%
B 181 of 474 ~ 38.19%

%24.05
%37.76
%38.19

CMYK color model

#72B3B5 color CMYK value is (37,1,0,29).

  • cyan value is 37.02%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(37,1,0,29)
C37M1Y0K29 
(37%,1%,0%,29%)
(0.37/0.01/0.00/0.29)	

CMYK percentages

%37.02
%1.1
%0
%29.02

Codes

Color #72B3B5 in popluar color models

72B3B5
RGB114179181
HSL182°31.16%57.84%
HSB/HSV182°37.02%70.98%
CMYK37.02%1.10%0.00%
29.02%

Color #72B3B5 in popluar number systems.

HEX72B3B5
Decimal114179181
Binary11100101011001110110101
Octal162263265

Shades and tints

Shades of #72B3B5

#72B3B5
(114,179,181)
#68A3A5
(104,163,165)
#5E9395
(94,147,149)
#548385
(84,131,133)
#4A7375
(74,115,117)
#406365
(64,99,101)
#365355
(54,83,85)
#2C4345
(44,67,69)
#223335
(34,51,53)
#182325
(24,35,37)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #72B3B5

#72B3B5
(114,179,181)
#7EB9BB
(126,185,187)
#8ABFC1
(138,191,193)
#96C5C7
(150,197,199)
#A2CBCD
(162,203,205)
#AED1D3
(174,209,211)
#BAD7D9
(186,215,217)
#C6DDDF
(198,221,223)
#D2E3E5
(210,227,229)
#DEE9EB
(222,233,235)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B3B5 color. Also use rgb(114,179,181) instead hex code.

Text Font Color

.myTextColor { color: #72B3B5; }

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

This text font color is #72B3B5.


Background Color

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

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

This div background color is #72B3B5.


Border color

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

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

This div border color is #72B3B5.


Opacity

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

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

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

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

This text has shadow with #72B3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B3B5 on black background.


Color preview on white background

This text has color #72B3B5 on white background.



Black color preview on #72B3B5 background

This text has black color on #72B3B5 background.


White color preview on #72B3B5 background

This text has white color on #72B3B5 background.