COLOR #72BAB2

HEX: #72BAB2
RGB: (114,186,178)

Color info

#72BAB2 contains mainly green and blue colors. Web safe color of #72BAB2 is #66CC99 (or #6C9).

RGB color model

#72BAB2 color RGB value is (114,186,178).

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

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 178 of 255 = 70%

114
186
178

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

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 178 = 478 (100%)
R 114 of 478 ~ 23.85%
G 186 of 478 ~ 38.91%
B 178 of 478 ~ 37.24%

%23.85
%38.91
%37.24

CMYK color model

#72BAB2 color CMYK value is (39,0,4,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(39,0,4,27)
C39M0Y4K27 
(39%,0%,4%,27%)
(0.39/0.00/0.04/0.27)	

CMYK percentages

%38.71
%0
%4.3
%27.06

Codes

Color #72BAB2 in popluar color models

72BAB2
RGB114186178
HSL173°34.29%58.82%
HSB/HSV173°38.71%72.94%
CMYK38.71%0.00%4.30%
27.06%

Color #72BAB2 in popluar number systems.

HEX72BAB2
Decimal114186178
Binary11100101011101010110010
Octal162272262

Shades and tints

Shades of #72BAB2

#72BAB2
(114,186,178)
#68AAA2
(104,170,162)
#5E9A92
(94,154,146)
#548A82
(84,138,130)
#4A7A72
(74,122,114)
#406A62
(64,106,98)
#365A52
(54,90,82)
#2C4A42
(44,74,66)
#223A32
(34,58,50)
#182A22
(24,42,34)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #72BAB2

#72BAB2
(114,186,178)
#7EC0B9
(126,192,185)
#8AC6C0
(138,198,192)
#96CCC7
(150,204,199)
#A2D2CE
(162,210,206)
#AED8D5
(174,216,213)
#BADEDC
(186,222,220)
#C6E4E3
(198,228,227)
#D2EAEA
(210,234,234)
#DEF0F1
(222,240,241)
#EAF6F8
(234,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BAB2; }

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

This text font color is #72BAB2.


Background Color

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

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

This div background color is #72BAB2.


Border color

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

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

This div border color is #72BAB2.


Opacity

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

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

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

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

This text has shadow with #72BAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BAB2 on black background.


Color preview on white background

This text has color #72BAB2 on white background.



Black color preview on #72BAB2 background

This text has black color on #72BAB2 background.


White color preview on #72BAB2 background

This text has white color on #72BAB2 background.