COLOR #72B097

HEX: #72B097 RGB: (114,176,151)

Color info

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

RGB color model

#72B097 color RGB value is (114,176,151).

RGB: (114,176,151) (45%, 69%, 59%)

RGB channels and saturation

R 114 of 255 = 45%
G 176 of 255 = 69%
B 151 of 255 = 59%

114
176
151

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

Portions of RGB colors in percentages

R + G + B = 114 + 176 + 151 = 441 (100%)
R 114 of 441 ~ 25.85%
G 176 of 441 ~ 39.91%
B 151 of 441 ~ 34.24'%

%25.85
%39.91
%34.24

CMYK color model

#72B097 color CMYK value is (35,0,14,31).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%

CMYK: (35,0,14,31)
C35M0Y14K31 (35%, 0%, 14%, 31%)
(0.35 / 0.00 / 0.14 / 0.31)

CMYK percentages

%35.23
%0
%14.2
%30.98

Codes

Color #72B097 in popluar color models

72 B0 97
RGB 114 176 151
HSL 156° 28.18% 56.86%
HSB/HSV 156° 35.23% 69.02%
CMYK 35.23% 0.00% 14.20%
30.98%

Color #72B097 in popluar number systems.

HEX 72 B0 97
Decimal 114 176 151
Binary 1110010 10110000 10010111
Octal 162 260 227

Shades and tints

Shades of #72B097

#72B097
(114,176,151)
#68A08A
(104,160,138)
#5E907D
(94,144,125)
#548070
(84,128,112)
#4A7063
(74,112,99)
#406056
(64,96,86)
#365049
(54,80,73)
#2C403C
(44,64,60)
#22302F
(34,48,47)
#182022
(24,32,34)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #72B097

#72B097
(114,176,151)
#7EB7A0
(126,183,160)
#8ABEA9
(138,190,169)
#96C5B2
(150,197,178)
#A2CCBB
(162,204,187)
#AED3C4
(174,211,196)
#BADACD
(186,218,205)
#C6E1D6
(198,225,214)
#D2E8DF
(210,232,223)
#DEEFE8
(222,239,232)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B097; }

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

This text font color is #72B097.

Background Color

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

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

This div background color is #72B097.

Border color

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

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

This div border color is #72B097.

Opacity

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

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

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

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

This text has shadow with #72B097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B097.

Preview

Color preview on black background

This text has color #72B097 on black background.


Color preview on white background

This text has color #72B097 on white background.


Black color preview on #72B097 background

This text has black color on #72B097 background.


White color preview on #72B097 background

This text has white color on #72B097 background.


Related colors

Complementary color

Complementary color for #hex is #8D4F68.


I love getcolorcode.com

Triadic colors

1 #9772B0 and #B09772 with #72B097 are triadic colors.

2 #97B072 and #B07297 with #72B097 are triadic colors.