COLOR #74AAA1

HEX: #74AAA1
RGB: (116,170,161)

Color info

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

RGB color model

#74AAA1 color RGB value is (116,170,161).

  • red value is 116;
  • green value is 170;
  • blue value is 161.
RGB:
(116,170,161)
(45%,67%,63%)

RGB channels and saturation

R 116 of 255 = 45%
G 170 of 255 = 67%
B 161 of 255 = 63%

116
170
161

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

Portions of RGB colors in percentages

R + G + B =
116 + 170 + 161 = 447 (100%)
R 116 of 447 ~ 25.95%
G 170 of 447 ~ 38.03%
B 161 of 447 ~ 36.02%

%25.95
%38.03
%36.02

CMYK color model

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

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • 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
%5.29
%33.33

Codes

Color #74AAA1 in popluar color models

74AAA1
RGB116170161
HSL170°24.11%56.08%
HSB/HSV170°31.76%66.67%
CMYK31.76%0.00%5.29%
33.33%

Color #74AAA1 in popluar number systems.

HEX74AAA1
Decimal116170161
Binary11101001010101010100001
Octal164252241

Shades and tints

Shades of #74AAA1

#74AAA1
(116,170,161)
#6A9B93
(106,155,147)
#608C85
(96,140,133)
#567D77
(86,125,119)
#4C6E69
(76,110,105)
#425F5B
(66,95,91)
#38504D
(56,80,77)
#2E413F
(46,65,63)
#243231
(36,50,49)
#1A2323
(26,35,35)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #74AAA1

#74AAA1
(116,170,161)
#80B1A9
(128,177,169)
#8CB8B1
(140,184,177)
#98BFB9
(152,191,185)
#A4C6C1
(164,198,193)
#B0CDC9
(176,205,201)
#BCD4D1
(188,212,209)
#C8DBD9
(200,219,217)
#D4E2E1
(212,226,225)
#E0E9E9
(224,233,233)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AAA1; }

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

This text font color is #74AAA1.


Background Color

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

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

This div background color is #74AAA1.


Border color

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

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

This div border color is #74AAA1.


Opacity

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

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

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

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

This text has shadow with #74AAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AAA1 on black background.


Color preview on white background

This text has color #74AAA1 on white background.



Black color preview on #74AAA1 background

This text has black color on #74AAA1 background.


White color preview on #74AAA1 background

This text has white color on #74AAA1 background.