COLOR #72BAB9

HEX: #72BAB9
RGB: (114,186,185)

Color info

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

RGB color model

#72BAB9 color RGB value is (114,186,185).

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

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 185 of 255 = 73%

114
186
185

R + G + B ~ 64%. #72BAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 185 = 485 (100%)
R 114 of 485 ~ 23.51%
G 186 of 485 ~ 38.35%
B 185 of 485 ~ 38.14%

%23.51
%38.35
%38.14

CMYK color model

#72BAB9 color CMYK value is (39,0,1,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(39,0,1,27)
C39M0Y1K27 
(39%,0%,1%,27%)
(0.39/0.00/0.01/0.27)	

CMYK percentages

%38.71
%0
%0.54
%27.06

Codes

Color #72BAB9 in popluar color models

72BAB9
RGB114186185
HSL179°34.29%58.82%
HSB/HSV179°38.71%72.94%
CMYK38.71%0.00%0.54%
27.06%

Color #72BAB9 in popluar number systems.

HEX72BAB9
Decimal114186185
Binary11100101011101010111001
Octal162272271

Shades and tints

Shades of #72BAB9

#72BAB9
(114,186,185)
#68AAA9
(104,170,169)
#5E9A99
(94,154,153)
#548A89
(84,138,137)
#4A7A79
(74,122,121)
#406A69
(64,106,105)
#365A59
(54,90,89)
#2C4A49
(44,74,73)
#223A39
(34,58,57)
#182A29
(24,42,41)
#0E1A19
(14,26,25)
#000000
(0,0,0)

Tints of #72BAB9

#72BAB9
(114,186,185)
#7EC0BF
(126,192,191)
#8AC6C5
(138,198,197)
#96CCCB
(150,204,203)
#A2D2D1
(162,210,209)
#AED8D7
(174,216,215)
#BADEDD
(186,222,221)
#C6E4E3
(198,228,227)
#D2EAE9
(210,234,233)
#DEF0EF
(222,240,239)
#EAF6F5
(234,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BAB9; }

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

This text font color is #72BAB9.


Background Color

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

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

This div background color is #72BAB9.


Border color

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

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

This div border color is #72BAB9.


Opacity

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

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

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

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

This text has shadow with #72BAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BAB9 on black background.


Color preview on white background

This text has color #72BAB9 on white background.



Black color preview on #72BAB9 background

This text has black color on #72BAB9 background.


White color preview on #72BAB9 background

This text has white color on #72BAB9 background.