COLOR #74ABAA

HEX: #74ABAA RGB: (116,171,170)

Color info

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

RGB color model

#74ABAA color RGB value is (116,171,170).

RGB: (116,171,170) (45%, 67%, 67%)

RGB channels and saturation

R 116 of 255 = 45%
G 171 of 255 = 67%
B 170 of 255 = 67%

116
171
170

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

Portions of RGB colors in percentages

R + G + B = 116 + 171 + 170 = 457 (100%)
R 116 of 457 ~ 25.38%
G 171 of 457 ~ 37.42%
B 170 of 457 ~ 37.2'%

%25.38
%37.42
%37.2

CMYK color model

#74ABAA color CMYK value is (32,0,1,33).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%

CMYK: (32,0,1,33)
C32M0Y1K33 (32%, 0%, 1%, 33%)
(0.32 / 0.00 / 0.01 / 0.33)

CMYK percentages

%32.16
%0
%0.58
%32.94

Codes

Color #74ABAA in popluar color models

74 AB AA
RGB 116 171 170
HSL 179° 24.66% 56.27%
HSB/HSV 179° 32.16% 67.06%
CMYK 32.16% 0.00% 0.58%
32.94%

Color #74ABAA in popluar number systems.

HEX 74 AB AA
Decimal 116 171 170
Binary 1110100 10101011 10101010
Octal 164 253 252

Shades and tints

Shades of #74ABAA

#74ABAA
(116,171,170)
#6A9C9B
(106,156,155)
#608D8C
(96,141,140)
#567E7D
(86,126,125)
#4C6F6E
(76,111,110)
#42605F
(66,96,95)
#385150
(56,81,80)
#2E4241
(46,66,65)
#243332
(36,51,50)
#1A2423
(26,36,35)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #74ABAA

#74ABAA
(116,171,170)
#80B2B1
(128,178,177)
#8CB9B8
(140,185,184)
#98C0BF
(152,192,191)
#A4C7C6
(164,199,198)
#B0CECD
(176,206,205)
#BCD5D4
(188,213,212)
#C8DCDB
(200,220,219)
#D4E3E2
(212,227,226)
#E0EAE9
(224,234,233)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74ABAA; }

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

This text font color is #74ABAA.

Background Color

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

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

This div background color is #74ABAA.

Border color

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

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

This div border color is #74ABAA.

Opacity

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

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

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

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

This text has shadow with #74ABAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74ABAA.

Preview

Color preview on black background

This text has color #74ABAA on black background.


Color preview on white background

This text has color #74ABAA on white background.


Black color preview on #74ABAA background

This text has black color on #74ABAA background.


White color preview on #74ABAA background

This text has white color on #74ABAA background.


Related colors

Complementary color

Complementary color for #hex is #8B5455.


I love getcolorcode.com

Triadic colors

1 #AA74AB and #ABAA74 with #74ABAA are triadic colors.

2 #AAAB74 and #AB74AA with #74ABAA are triadic colors.