COLOR #72B6B8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
182
184

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

Portions of RGB colors in percentages

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

%23.75
%37.92
%38.33

CMYK color model

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

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

CMYK percentages

%38.04
%1.09
%0
%27.84

Codes

Color #72B6B8 in popluar color models

72B6B8
RGB114182184
HSL182°33.02%58.43%
HSB/HSV182°38.04%72.16%
CMYK38.04%1.09%0.00%
27.84%

Color #72B6B8 in popluar number systems.

HEX72B6B8
Decimal114182184
Binary11100101011011010111000
Octal162266270

Shades and tints

Shades of #72B6B8

#72B6B8
(114,182,184)
#68A6A8
(104,166,168)
#5E9698
(94,150,152)
#548688
(84,134,136)
#4A7678
(74,118,120)
#406668
(64,102,104)
#365658
(54,86,88)
#2C4648
(44,70,72)
#223638
(34,54,56)
#182628
(24,38,40)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #72B6B8

#72B6B8
(114,182,184)
#7EBCBE
(126,188,190)
#8AC2C4
(138,194,196)
#96C8CA
(150,200,202)
#A2CED0
(162,206,208)
#AED4D6
(174,212,214)
#BADADC
(186,218,220)
#C6E0E2
(198,224,226)
#D2E6E8
(210,230,232)
#DEECEE
(222,236,238)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B6B8; }

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

This text font color is #72B6B8.


Background Color

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

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

This div background color is #72B6B8.


Border color

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

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

This div border color is #72B6B8.


Opacity

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

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

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

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

This text has shadow with #72B6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B6B8 on black background.


Color preview on white background

This text has color #72B6B8 on white background.



Black color preview on #72B6B8 background

This text has black color on #72B6B8 background.


White color preview on #72B6B8 background

This text has white color on #72B6B8 background.