COLOR #7AACAA

HEX: #7AACAA RGB: (122,172,170)

Color info

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

RGB color model

#7AACAA color RGB value is (122,172,170).

RGB: (122,172,170) (48%, 67%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 172 of 255 = 67%
B 170 of 255 = 67%

122
172
170

R + G + B ~ 61%. #7AACAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 172 + 170 = 464 (100%)
R 122 of 464 ~ 26.29%
G 172 of 464 ~ 37.07%
B 170 of 464 ~ 36.64'%

%26.29
%37.07
%36.64

CMYK color model

#7AACAA color CMYK value is (29,0,1,33).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.55%

CMYK: (29,0,1,33)
C29M0Y1K33 (29%, 0%, 1%, 33%)
(0.29 / 0.00 / 0.01 / 0.33)

CMYK percentages

%29.07
%0
%1.16
%32.55

Codes

Color #7AACAA in popluar color models

7A AC AA
RGB 122 172 170
HSL 178° 23.15% 57.65%
HSB/HSV 178° 29.07% 67.45%
CMYK 29.07% 0.00% 1.16%
32.55%

Color #7AACAA in popluar number systems.

HEX 7A AC AA
Decimal 122 172 170
Binary 1111010 10101100 10101010
Octal 172 254 252

Shades and tints

Shades of #7AACAA

#7AACAA
(122,172,170)
#6F9D9B
(111,157,155)
#648E8C
(100,142,140)
#597F7D
(89,127,125)
#4E706E
(78,112,110)
#43615F
(67,97,95)
#385250
(56,82,80)
#2D4341
(45,67,65)
#223432
(34,52,50)
#172523
(23,37,35)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #7AACAA

#7AACAA
(122,172,170)
#86B3B1
(134,179,177)
#92BAB8
(146,186,184)
#9EC1BF
(158,193,191)
#AAC8C6
(170,200,198)
#B6CFCD
(182,207,205)
#C2D6D4
(194,214,212)
#CEDDDB
(206,221,219)
#DAE4E2
(218,228,226)
#E6EBE9
(230,235,233)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AACAA color. Also use rgb(122,172,170) instead hex code.

Text Font Color

.myTextColor { color: #7AACAA; }

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

This text font color is #7AACAA.

Background Color

.myBgColor { background-color: #7AACAA; }

<div style="background-color:#7AACAA">Inner text</div>

This div background color is #7AACAA.

Border color

.myBorderColor { border: 1px solid #7AACAA; }

<div style="border:3px solid #7AACAA">Div</div>

This div border color is #7AACAA.

Opacity

.myOpacity80 { color: #7AACAA; opacity: 0.8; }

<p style="color:#7AACAA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7AACAA color.


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

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

This text has shadow with #7AACAA primary color and red secondary color.


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

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

This text has shadow with #7AACAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7AACAA.

Preview

Color preview on black background

This text has color #7AACAA on black background.


Color preview on white background

This text has color #7AACAA on white background.


Black color preview on #7AACAA background

This text has black color on #7AACAA background.


White color preview on #7AACAA background

This text has white color on #7AACAA background.


Related colors

Complementary color

Complementary color for #hex is #855355.


I love getcolorcode.com

Triadic colors

1 #AA7AAC and #ACAA7A with #7AACAA are triadic colors.

2 #AAAC7A and #AC7AAA with #7AACAA are triadic colors.