COLOR #79AAAA

HEX: #79AAAA
RGB: (121,170,170)

Color info

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

RGB color model

#79AAAA color RGB value is (121,170,170).

  • red value is 121;
  • green value is 170;
  • blue value is 170.
RGB:
(121,170,170)
(47%,67%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 170 of 255 = 67%

121
170
170

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

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 170 = 461 (100%)
R 121 of 461 ~ 26.25%
G 170 of 461 ~ 36.88%
B 170 of 461 ~ 36.88%

%26.25
%36.88
%36.88

CMYK color model

#79AAAA color CMYK value is (29,0,0,33).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,0,0,33)
C29M0Y0K33 
(29%,0%,0%,33%)
(0.29/0.00/0.00/0.33)	

CMYK percentages

%28.82
%0
%0
%33.33

Codes

Color #79AAAA in popluar color models

79AAAA
RGB121170170
HSL180°22.37%57.06%
HSB/HSV180°28.82%66.67%
CMYK28.82%0.00%0.00%
33.33%

Color #79AAAA in popluar number systems.

HEX79AAAA
Decimal121170170
Binary11110011010101010101010
Octal171252252

Shades and tints

Shades of #79AAAA

#79AAAA
(121,170,170)
#6E9B9B
(110,155,155)
#638C8C
(99,140,140)
#587D7D
(88,125,125)
#4D6E6E
(77,110,110)
#425F5F
(66,95,95)
#375050
(55,80,80)
#2C4141
(44,65,65)
#213232
(33,50,50)
#162323
(22,35,35)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #79AAAA

#79AAAA
(121,170,170)
#85B1B1
(133,177,177)
#91B8B8
(145,184,184)
#9DBFBF
(157,191,191)
#A9C6C6
(169,198,198)
#B5CDCD
(181,205,205)
#C1D4D4
(193,212,212)
#CDDBDB
(205,219,219)
#D9E2E2
(217,226,226)
#E5E9E9
(229,233,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AAAA color. Also use rgb(121,170,170) instead hex code.

Text Font Color

.myTextColor { color: #79AAAA; }

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

This text font color is #79AAAA.


Background Color

.myBgColor { background-color: #79AAAA; }

<div style="background-color:#79AAAA">Inner text</div>

This div background color is #79AAAA.


Border color

.myBorderColor { border: 1px solid #79AAAA; }

<div style="border:3px solid #79AAAA">Div</div>

This div border color is #79AAAA.


Opacity

.myOpacity80 { color: #79AAAA; opacity: 0.8; }

<p style="color:#79AAAA;opacity:0.8;">80%</p>

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

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

This text has shadow with #79AAAA color.

.textShadow {text-shadow: 3px 3px 1px #79AAAA, 3px 3px 1px red;}

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

This text has shadow with #79AAAA primary color and red secondary color.


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

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

This text has shadow with #79AAAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AAAA on black background.


Color preview on white background

This text has color #79AAAA on white background.



Black color preview on #79AAAA background

This text has black color on #79AAAA background.


White color preview on #79AAAA background

This text has white color on #79AAAA background.