COLOR #72BABA

HEX: #72BABA
RGB: (114,186,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
186
186

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

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 186 = 486 (100%)
R 114 of 486 ~ 23.46%
G 186 of 486 ~ 38.27%
B 186 of 486 ~ 38.27%

%23.46
%38.27
%38.27

CMYK color model

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

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

CMYK percentages

%38.71
%0
%0
%27.06

Codes

Color #72BABA in popluar color models

72BABA
RGB114186186
HSL180°34.29%58.82%
HSB/HSV180°38.71%72.94%
CMYK38.71%0.00%0.00%
27.06%

Color #72BABA in popluar number systems.

HEX72BABA
Decimal114186186
Binary11100101011101010111010
Octal162272272

Shades and tints

Shades of #72BABA

#72BABA
(114,186,186)
#68AAAA
(104,170,170)
#5E9A9A
(94,154,154)
#548A8A
(84,138,138)
#4A7A7A
(74,122,122)
#406A6A
(64,106,106)
#365A5A
(54,90,90)
#2C4A4A
(44,74,74)
#223A3A
(34,58,58)
#182A2A
(24,42,42)
#0E1A1A
(14,26,26)
#000000
(0,0,0)

Tints of #72BABA

#72BABA
(114,186,186)
#7EC0C0
(126,192,192)
#8AC6C6
(138,198,198)
#96CCCC
(150,204,204)
#A2D2D2
(162,210,210)
#AED8D8
(174,216,216)
#BADEDE
(186,222,222)
#C6E4E4
(198,228,228)
#D2EAEA
(210,234,234)
#DEF0F0
(222,240,240)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BABA; }

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

This text font color is #72BABA.


Background Color

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

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

This div background color is #72BABA.


Border color

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

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

This div border color is #72BABA.


Opacity

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

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

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

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

This text has shadow with #72BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BABA on black background.


Color preview on white background

This text has color #72BABA on white background.



Black color preview on #72BABA background

This text has black color on #72BABA background.


White color preview on #72BABA background

This text has white color on #72BABA background.