COLOR #74AAA2

HEX: #74AAA2 RGB: (116,170,162)

Color info

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

RGB color model

#74AAA2 color RGB value is (116,170,162).

RGB: (116,170,162) (45%, 67%, 64%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 162 of 255 = 64%

116
170
162

R + G + B ~ 59%. #74AAA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 170 + 162 = 448 (100%)
R 116 of 448 ~ 25.89%
G 170 of 448 ~ 37.95%
B 162 of 448 ~ 36.16'%

%25.89
%37.95
%36.16

CMYK color model

#74AAA2 color CMYK value is (32,0,5,33).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK: (32,0,5,33) C32M0Y5K33 (32%,0%,5%,33%) (0.32/0.00/0.05/0.33) 

CMYK percentages

%31.76
%0
%4.71
%33.33

Codes

Color #74AAA2 in popluar color models

74 AA A2
RGB 116 170 162
HSL 171° 24.11% 56.08%
HSB/HSV 171° 31.76% 66.67%
CMYK 31.76% 0.00% 4.71%
33.33%

Color #74AAA2 in popluar number systems.

HEX 74 AA A2
Decimal 116 170 162
Binary 1110100 10101010 10100010
Octal 164 252 242

Shades and tints

Shades of #74AAA2

#74AAA2
(116,170,162)
#6A9B94
(106,155,148)
#608C86
(96,140,134)
#567D78
(86,125,120)
#4C6E6A
(76,110,106)
#425F5C
(66,95,92)
#38504E
(56,80,78)
#2E4140
(46,65,64)
#243232
(36,50,50)
#1A2324
(26,35,36)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #74AAA2

#74AAA2
(116,170,162)
#80B1AA
(128,177,170)
#8CB8B2
(140,184,178)
#98BFBA
(152,191,186)
#A4C6C2
(164,198,194)
#B0CDCA
(176,205,202)
#BCD4D2
(188,212,210)
#C8DBDA
(200,219,218)
#D4E2E2
(212,226,226)
#E0E9EA
(224,233,234)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AAA2 color. Also use rgb(116,170,162) instead hex code.

Text Font Color

.myTextColor { color: #74AAA2; }

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

This text font color is #74AAA2.

Background Color

.myBgColor { background-color: #74AAA2; }

<div style="background-color:#74AAA2">Inner text</div>

This div background color is #74AAA2.

Border color

.myBorderColor { border: 1px solid #74AAA2; }

<div style="border:3px solid #74AAA2">Div</div>

This div border color is #74AAA2.

Opacity

.myOpacity80 { color: #74AAA2; opacity: 0.8; }

<p style="color:#74AAA2;opacity:0.8;">80%</p>

Text with #74AAA2 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 #74AAA2;}

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

This text has shadow with #74AAA2 color.


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

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

This text has shadow with #74AAA2 primary color and red secondary color.


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

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

This text has shadow with #74AAA2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74AAA2.

Preview

Color preview on black background

This text has color #74AAA2 on black background.


Color preview on white background

This text has color #74AAA2 on white background.


Black color preview on #74AAA2 background

This text has black color on #74AAA2 background.


White color preview on #74AAA2 background

This text has white color on #74AAA2 background.


Related colors

Complementary color

Complementary color for #hex is #8B555D.


I love getcolorcode.com

Triadic colors

1 #A274AA and #AAA274 with #74AAA2 are triadic colors.

2 #A2AA74 and #AA74A2 with #74AAA2 are triadic colors.