COLOR #72A990

HEX: #72A990 RGB: (114,169,144)

Color info

#72A990 contains red, green and blue colors in about the same proportion. Web safe color of #72A990 is #669999 (or #699).

RGB color model

#72A990 color RGB value is (114,169,144).

RGB: (114,169,144) (45%, 66%, 56%)

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 144 of 255 = 56%

114
169
144

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

Portions of RGB colors in percentages

R + G + B = 114 + 169 + 144 = 427 (100%)
R 114 of 427 ~ 26.7%
G 169 of 427 ~ 39.58%
B 144 of 427 ~ 33.72'%

%26.7
%39.58
%33.72

CMYK color model

#72A990 color CMYK value is (33,0,15,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%

CMYK: (33,0,15,34)
C33M0Y15K34 (33%, 0%, 15%, 34%)
(0.33 / 0.00 / 0.15 / 0.34)

CMYK percentages

%32.54
%0
%14.79
%33.73

Codes

Color #72A990 in popluar color models

72 A9 90
RGB 114 169 144
HSL 153° 24.23% 55.49%
HSB/HSV 153° 32.54% 66.27%
CMYK 32.54% 0.00% 14.79%
33.73%

Color #72A990 in popluar number systems.

HEX 72 A9 90
Decimal 114 169 144
Binary 1110010 10101001 10010000
Octal 162 251 220

Shades and tints

Shades of #72A990

#72A990
(114,169,144)
#689A83
(104,154,131)
#5E8B76
(94,139,118)
#547C69
(84,124,105)
#4A6D5C
(74,109,92)
#405E4F
(64,94,79)
#364F42
(54,79,66)
#2C4035
(44,64,53)
#223128
(34,49,40)
#18221B
(24,34,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #72A990

#72A990
(114,169,144)
#7EB09A
(126,176,154)
#8AB7A4
(138,183,164)
#96BEAE
(150,190,174)
#A2C5B8
(162,197,184)
#AECCC2
(174,204,194)
#BAD3CC
(186,211,204)
#C6DAD6
(198,218,214)
#D2E1E0
(210,225,224)
#DEE8EA
(222,232,234)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A990; }

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

This text font color is #72A990.

Background Color

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

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

This div background color is #72A990.

Border color

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

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

This div border color is #72A990.

Opacity

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

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

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

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

This text has shadow with #72A990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72A990.

Preview

Color preview on black background

This text has color #72A990 on black background.


Color preview on white background

This text has color #72A990 on white background.


Black color preview on #72A990 background

This text has black color on #72A990 background.


White color preview on #72A990 background

This text has white color on #72A990 background.


Related colors

Complementary color

Complementary color for #hex is #8D566F.


I love getcolorcode.com

Triadic colors

1 #9072A9 and #A99072 with #72A990 are triadic colors.

2 #90A972 and #A97290 with #72A990 are triadic colors.