COLOR #72AB92

HEX: #72AB92 RGB: (114,171,146)

Color info

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

RGB color model

#72AB92 color RGB value is (114,171,146).

RGB: (114,171,146) (45%, 67%, 57%)

RGB channels and saturation

R 114 of 255 = 45%
G 171 of 255 = 67%
B 146 of 255 = 57%

114
171
146

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

Portions of RGB colors in percentages

R + G + B = 114 + 171 + 146 = 431 (100%)
R 114 of 431 ~ 26.45%
G 171 of 431 ~ 39.68%
B 146 of 431 ~ 33.87'%

%26.45
%39.68
%33.87

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 32.94%

CMYK: (33,0,15,33)
C33M0Y15K33 (33%, 0%, 15%, 33%)
(0.33 / 0.00 / 0.15 / 0.33)

CMYK percentages

%33.33
%0
%14.62
%32.94

Codes

Color #72AB92 in popluar color models

72 AB 92
RGB 114 171 146
HSL 154° 25.33% 55.88%
HSB/HSV 154° 33.33% 67.06%
CMYK 33.33% 0.00% 14.62%
32.94%

Color #72AB92 in popluar number systems.

HEX 72 AB 92
Decimal 114 171 146
Binary 1110010 10101011 10010010
Octal 162 253 222

Shades and tints

Shades of #72AB92

#72AB92
(114,171,146)
#689C85
(104,156,133)
#5E8D78
(94,141,120)
#547E6B
(84,126,107)
#4A6F5E
(74,111,94)
#406051
(64,96,81)
#365144
(54,81,68)
#2C4237
(44,66,55)
#22332A
(34,51,42)
#18241D
(24,36,29)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #72AB92

#72AB92
(114,171,146)
#7EB29B
(126,178,155)
#8AB9A4
(138,185,164)
#96C0AD
(150,192,173)
#A2C7B6
(162,199,182)
#AECEBF
(174,206,191)
#BAD5C8
(186,213,200)
#C6DCD1
(198,220,209)
#D2E3DA
(210,227,218)
#DEEAE3
(222,234,227)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AB92 color. Also use rgb(114,171,146) instead hex code.

Text Font Color

.myTextColor { color: #72AB92; }

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

This text font color is #72AB92.

Background Color

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

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

This div background color is #72AB92.

Border color

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

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

This div border color is #72AB92.

Opacity

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

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

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

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

This text has shadow with #72AB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72AB92.

Preview

Color preview on black background

This text has color #72AB92 on black background.


Color preview on white background

This text has color #72AB92 on white background.


Black color preview on #72AB92 background

This text has black color on #72AB92 background.


White color preview on #72AB92 background

This text has white color on #72AB92 background.


Related colors

Complementary color

Complementary color for #hex is #8D546D.


I love getcolorcode.com

Triadic colors

1 #9272AB and #AB9272 with #72AB92 are triadic colors.

2 #92AB72 and #AB7292 with #72AB92 are triadic colors.