COLOR #74AFA2

HEX: #74AFA2 RGB: (116,175,162)

Color info

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

RGB color model

#74AFA2 color RGB value is (116,175,162).

RGB: (116,175,162) (45%, 69%, 64%)

RGB channels and saturation

R 116 of 255 = 45%
G 175 of 255 = 69%
B 162 of 255 = 64%

116
175
162

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

Portions of RGB colors in percentages

R + G + B = 116 + 175 + 162 = 453 (100%)
R 116 of 453 ~ 25.61%
G 175 of 453 ~ 38.63%
B 162 of 453 ~ 35.76'%

%25.61
%38.63
%35.76

CMYK color model

#74AFA2 color CMYK value is (34,0,7,31).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 31.37%

CMYK: (34,0,7,31)
C34M0Y7K31 (34%, 0%, 7%, 31%)
(0.34 / 0.00 / 0.07 / 0.31)

CMYK percentages

%33.71
%0
%7.43
%31.37

Codes

Color #74AFA2 in popluar color models

74 AF A2
RGB 116 175 162
HSL 167° 26.94% 57.06%
HSB/HSV 167° 33.71% 68.63%
CMYK 33.71% 0.00% 7.43%
31.37%

Color #74AFA2 in popluar number systems.

HEX 74 AF A2
Decimal 116 175 162
Binary 1110100 10101111 10100010
Octal 164 257 242

Shades and tints

Shades of #74AFA2

#74AFA2
(116,175,162)
#6AA094
(106,160,148)
#609186
(96,145,134)
#568278
(86,130,120)
#4C736A
(76,115,106)
#42645C
(66,100,92)
#38554E
(56,85,78)
#2E4640
(46,70,64)
#243732
(36,55,50)
#1A2824
(26,40,36)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #74AFA2

#74AFA2
(116,175,162)
#80B6AA
(128,182,170)
#8CBDB2
(140,189,178)
#98C4BA
(152,196,186)
#A4CBC2
(164,203,194)
#B0D2CA
(176,210,202)
#BCD9D2
(188,217,210)
#C8E0DA
(200,224,218)
#D4E7E2
(212,231,226)
#E0EEEA
(224,238,234)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AFA2; }

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

This text font color is #74AFA2.

Background Color

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

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

This div background color is #74AFA2.

Border color

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

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

This div border color is #74AFA2.

Opacity

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

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

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

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

This text has shadow with #74AFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AFA2.

Preview

Color preview on black background

This text has color #74AFA2 on black background.


Color preview on white background

This text has color #74AFA2 on white background.


Black color preview on #74AFA2 background

This text has black color on #74AFA2 background.


White color preview on #74AFA2 background

This text has white color on #74AFA2 background.


Related colors

Complementary color

Complementary color for #hex is #8B505D.


I love getcolorcode.com

Triadic colors

1 #A274AF and #AFA274 with #74AFA2 are triadic colors.

2 #A2AF74 and #AF74A2 with #74AFA2 are triadic colors.