COLOR #72BFA9

HEX: #72BFA9
RGB: (114,191,169)

Color info

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

RGB color model

#72BFA9 color RGB value is (114,191,169).

  • red value is 114;
  • green value is 191;
  • blue value is 169.
RGB:
(114,191,169)
(45%,75%,66%)

RGB channels and saturation

R 114 of 255 = 45%
G 191 of 255 = 75%
B 169 of 255 = 66%

114
191
169

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

Portions of RGB colors in percentages

R + G + B =
114 + 191 + 169 = 474 (100%)
R 114 of 474 ~ 24.05%
G 191 of 474 ~ 40.3%
B 169 of 474 ~ 35.65%

%24.05
%40.3
%35.65

CMYK color model

#72BFA9 color CMYK value is (40,0,12,25).

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 25.10%
CMYK:
(40,0,12,25)
C40M0Y12K25 
(40%,0%,12%,25%)
(0.40/0.00/0.12/0.25)	

CMYK percentages

%40.31
%0
%11.52
%25.1

Codes

Color #72BFA9 in popluar color models

72BFA9
RGB114191169
HSL163°37.56%59.80%
HSB/HSV163°40.31%74.90%
CMYK40.31%0.00%11.52%
25.10%

Color #72BFA9 in popluar number systems.

HEX72BFA9
Decimal114191169
Binary11100101011111110101001
Octal162277251

Shades and tints

Shades of #72BFA9

#72BFA9
(114,191,169)
#68AE9A
(104,174,154)
#5E9D8B
(94,157,139)
#548C7C
(84,140,124)
#4A7B6D
(74,123,109)
#406A5E
(64,106,94)
#36594F
(54,89,79)
#2C4840
(44,72,64)
#223731
(34,55,49)
#182622
(24,38,34)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #72BFA9

#72BFA9
(114,191,169)
#7EC4B0
(126,196,176)
#8AC9B7
(138,201,183)
#96CEBE
(150,206,190)
#A2D3C5
(162,211,197)
#AED8CC
(174,216,204)
#BADDD3
(186,221,211)
#C6E2DA
(198,226,218)
#D2E7E1
(210,231,225)
#DEECE8
(222,236,232)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BFA9; }

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

This text font color is #72BFA9.


Background Color

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

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

This div background color is #72BFA9.


Border color

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

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

This div border color is #72BFA9.


Opacity

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

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

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

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

This text has shadow with #72BFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BFA9 on black background.


Color preview on white background

This text has color #72BFA9 on white background.



Black color preview on #72BFA9 background

This text has black color on #72BFA9 background.


White color preview on #72BFA9 background

This text has white color on #72BFA9 background.