COLOR #72B3B3

HEX: #72B3B3
RGB: (114,179,179)

Color info

#72B3B3 contains mainly green and blue colors. Web safe color of #72B3B3 is #669999 (or #699).

RGB color model

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

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

RGB channels and saturation

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

114
179
179

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

Portions of RGB colors in percentages

R + G + B =
114 + 179 + 179 = 472 (100%)
R 114 of 472 ~ 24.15%
G 179 of 472 ~ 37.92%
B 179 of 472 ~ 37.92%

%24.15
%37.92
%37.92

CMYK color model

#72B3B3 color CMYK value is (36,0,0,30).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(36,0,0,30)
C36M0Y0K30 
(36%,0%,0%,30%)
(0.36/0.00/0.00/0.30)	

CMYK percentages

%36.31
%0
%0
%29.8

Codes

Color #72B3B3 in popluar color models

72B3B3
RGB114179179
HSL180°29.95%57.45%
HSB/HSV180°36.31%70.20%
CMYK36.31%0.00%0.00%
29.80%

Color #72B3B3 in popluar number systems.

HEX72B3B3
Decimal114179179
Binary11100101011001110110011
Octal162263263

Shades and tints

Shades of #72B3B3

#72B3B3
(114,179,179)
#68A3A3
(104,163,163)
#5E9393
(94,147,147)
#548383
(84,131,131)
#4A7373
(74,115,115)
#406363
(64,99,99)
#365353
(54,83,83)
#2C4343
(44,67,67)
#223333
(34,51,51)
#182323
(24,35,35)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #72B3B3

#72B3B3
(114,179,179)
#7EB9B9
(126,185,185)
#8ABFBF
(138,191,191)
#96C5C5
(150,197,197)
#A2CBCB
(162,203,203)
#AED1D1
(174,209,209)
#BAD7D7
(186,215,215)
#C6DDDD
(198,221,221)
#D2E3E3
(210,227,227)
#DEE9E9
(222,233,233)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B3B3; }

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

This text font color is #72B3B3.


Background Color

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

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

This div background color is #72B3B3.


Border color

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

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

This div border color is #72B3B3.


Opacity

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

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

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

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

This text has shadow with #72B3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B3B3 on black background.


Color preview on white background

This text has color #72B3B3 on white background.



Black color preview on #72B3B3 background

This text has black color on #72B3B3 background.


White color preview on #72B3B3 background

This text has white color on #72B3B3 background.