COLOR #72BDA4

HEX: #72BDA4
RGB: (114,189,164)

Color info

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

RGB color model

#72BDA4 color RGB value is (114,189,164).

  • red value is 114;
  • green value is 189;
  • blue value is 164.
RGB:
(114,189,164)
(45%,74%,64%)

RGB channels and saturation

R 114 of 255 = 45%
G 189 of 255 = 74%
B 164 of 255 = 64%

114
189
164

R + G + B ~ 61%. #72BDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 189 + 164 = 467 (100%)
R 114 of 467 ~ 24.41%
G 189 of 467 ~ 40.47%
B 164 of 467 ~ 35.12%

%24.41
%40.47
%35.12

CMYK color model

#72BDA4 color CMYK value is (40,0,13,26).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(40,0,13,26)
C40M0Y13K26 
(40%,0%,13%,26%)
(0.40/0.00/0.13/0.26)	

CMYK percentages

%39.68
%0
%13.23
%25.88

Codes

Color #72BDA4 in popluar color models

72BDA4
RGB114189164
HSL160°36.23%59.41%
HSB/HSV160°39.68%74.12%
CMYK39.68%0.00%13.23%
25.88%

Color #72BDA4 in popluar number systems.

HEX72BDA4
Decimal114189164
Binary11100101011110110100100
Octal162275244

Shades and tints

Shades of #72BDA4

#72BDA4
(114,189,164)
#68AC96
(104,172,150)
#5E9B88
(94,155,136)
#548A7A
(84,138,122)
#4A796C
(74,121,108)
#40685E
(64,104,94)
#365750
(54,87,80)
#2C4642
(44,70,66)
#223534
(34,53,52)
#182426
(24,36,38)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #72BDA4

#72BDA4
(114,189,164)
#7EC3AC
(126,195,172)
#8AC9B4
(138,201,180)
#96CFBC
(150,207,188)
#A2D5C4
(162,213,196)
#AEDBCC
(174,219,204)
#BAE1D4
(186,225,212)
#C6E7DC
(198,231,220)
#D2EDE4
(210,237,228)
#DEF3EC
(222,243,236)
#EAF9F4
(234,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BDA4; }

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

This text font color is #72BDA4.


Background Color

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

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

This div background color is #72BDA4.


Border color

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

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

This div border color is #72BDA4.


Opacity

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

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

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

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

This text has shadow with #72BDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BDA4 on black background.


Color preview on white background

This text has color #72BDA4 on white background.



Black color preview on #72BDA4 background

This text has black color on #72BDA4 background.


White color preview on #72BDA4 background

This text has white color on #72BDA4 background.