COLOR #72ADAE

HEX: #72ADAE RGB: (114,173,174)

Color info

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

RGB color model

#72ADAE color RGB value is (114,173,174).

RGB: (114,173,174) (45%, 68%, 68%)

RGB channels and saturation

R 114 of 255 = 45%
G 173 of 255 = 68%
B 174 of 255 = 68%

114
173
174

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

Portions of RGB colors in percentages

R + G + B = 114 + 173 + 174 = 461 (100%)
R 114 of 461 ~ 24.73%
G 173 of 461 ~ 37.53%
B 174 of 461 ~ 37.74'%

%24.73
%37.53
%37.74

CMYK color model

#72ADAE color CMYK value is (34,1,0,32).

  • cyan value is 34.48%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (34,1,0,32)
C34M1Y0K32 (34%, 1%, 0%, 32%)
(0.34 / 0.01 / 0.00 / 0.32)

CMYK percentages

%34.48
%0.57
%0
%31.76

Codes

Color #72ADAE in popluar color models

72 AD AE
RGB 114 173 174
HSL 181° 27.03% 56.47%
HSB/HSV 181° 34.48% 68.24%
CMYK 34.48% 0.57% 0.00%
31.76%

Color #72ADAE in popluar number systems.

HEX 72 AD AE
Decimal 114 173 174
Binary 1110010 10101101 10101110
Octal 162 255 256

Shades and tints

Shades of #72ADAE

#72ADAE
(114,173,174)
#689E9F
(104,158,159)
#5E8F90
(94,143,144)
#548081
(84,128,129)
#4A7172
(74,113,114)
#406263
(64,98,99)
#365354
(54,83,84)
#2C4445
(44,68,69)
#223536
(34,53,54)
#182627
(24,38,39)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #72ADAE

#72ADAE
(114,173,174)
#7EB4B5
(126,180,181)
#8ABBBC
(138,187,188)
#96C2C3
(150,194,195)
#A2C9CA
(162,201,202)
#AED0D1
(174,208,209)
#BAD7D8
(186,215,216)
#C6DEDF
(198,222,223)
#D2E5E6
(210,229,230)
#DEECED
(222,236,237)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ADAE color. Also use rgb(114,173,174) instead hex code.

Text Font Color

.myTextColor { color: #72ADAE; }

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

This text font color is #72ADAE.

Background Color

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

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

This div background color is #72ADAE.

Border color

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

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

This div border color is #72ADAE.

Opacity

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

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

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

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

This text has shadow with #72ADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72ADAE.

Preview

Color preview on black background

This text has color #72ADAE on black background.


Color preview on white background

This text has color #72ADAE on white background.


Black color preview on #72ADAE background

This text has black color on #72ADAE background.


White color preview on #72ADAE background

This text has white color on #72ADAE background.


Related colors

Complementary color

Complementary color for #hex is #8D5251.


I love getcolorcode.com

Triadic colors

1 #AE72AD and #ADAE72 with #72ADAE are triadic colors.

2 #AEAD72 and #AD72AE with #72ADAE are triadic colors.