COLOR #72B38E

HEX: #72B38E
RGB: (114,179,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
179
142

R + G + B ~ 57%. #72B38E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 179 + 142 = 435 (100%)
R 114 of 435 ~ 26.21%
G 179 of 435 ~ 41.15%
B 142 of 435 ~ 32.64%

%26.21
%41.15
%32.64

CMYK color model

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

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

CMYK percentages

%36.31
%0
%20.67
%29.8

Codes

Color #72B38E in popluar color models

72B38E
RGB114179142
HSL146°29.95%57.45%
HSB/HSV146°36.31%70.20%
CMYK36.31%0.00%20.67%
29.80%

Color #72B38E in popluar number systems.

HEX72B38E
Decimal114179142
Binary11100101011001110001110
Octal162263216

Shades and tints

Shades of #72B38E

#72B38E
(114,179,142)
#68A382
(104,163,130)
#5E9376
(94,147,118)
#54836A
(84,131,106)
#4A735E
(74,115,94)
#406352
(64,99,82)
#365346
(54,83,70)
#2C433A
(44,67,58)
#22332E
(34,51,46)
#182322
(24,35,34)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #72B38E

#72B38E
(114,179,142)
#7EB998
(126,185,152)
#8ABFA2
(138,191,162)
#96C5AC
(150,197,172)
#A2CBB6
(162,203,182)
#AED1C0
(174,209,192)
#BAD7CA
(186,215,202)
#C6DDD4
(198,221,212)
#D2E3DE
(210,227,222)
#DEE9E8
(222,233,232)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B38E; }

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

This text font color is #72B38E.


Background Color

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

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

This div background color is #72B38E.


Border color

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

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

This div border color is #72B38E.


Opacity

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

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

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

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

This text has shadow with #72B38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B38E on black background.


Color preview on white background

This text has color #72B38E on white background.



Black color preview on #72B38E background

This text has black color on #72B38E background.


White color preview on #72B38E background

This text has white color on #72B38E background.