COLOR #79B3AC

HEX: #79B3AC RGB: (121,179,172)

Color info

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

RGB color model

#79B3AC color RGB value is (121,179,172).

RGB: (121,179,172) (47%, 70%, 67%)

RGB channels and saturation

R 121 of 255 = 47%
G 179 of 255 = 70%
B 172 of 255 = 67%

121
179
172

R + G + B ~ 61%. #79B3AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 179 + 172 = 472 (100%)
R 121 of 472 ~ 25.64%
G 179 of 472 ~ 37.92%
B 172 of 472 ~ 36.44'%

%25.64
%37.92
%36.44

CMYK color model

#79B3AC color CMYK value is (32,0,4,30).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 29.80%

CMYK: (32,0,4,30)
C32M0Y4K30 (32%, 0%, 4%, 30%)
(0.32 / 0.00 / 0.04 / 0.30)

CMYK percentages

%32.4
%0
%3.91
%29.8

Codes

Color #79B3AC in popluar color models

79 B3 AC
RGB 121 179 172
HSL 173° 27.62% 58.82%
HSB/HSV 173° 32.40% 70.20%
CMYK 32.40% 0.00% 3.91%
29.80%

Color #79B3AC in popluar number systems.

HEX 79 B3 AC
Decimal 121 179 172
Binary 1111001 10110011 10101100
Octal 171 263 254

Shades and tints

Shades of #79B3AC

#79B3AC
(121,179,172)
#6EA39D
(110,163,157)
#63938E
(99,147,142)
#58837F
(88,131,127)
#4D7370
(77,115,112)
#426361
(66,99,97)
#375352
(55,83,82)
#2C4343
(44,67,67)
#213334
(33,51,52)
#162325
(22,35,37)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #79B3AC

#79B3AC
(121,179,172)
#85B9B3
(133,185,179)
#91BFBA
(145,191,186)
#9DC5C1
(157,197,193)
#A9CBC8
(169,203,200)
#B5D1CF
(181,209,207)
#C1D7D6
(193,215,214)
#CDDDDD
(205,221,221)
#D9E3E4
(217,227,228)
#E5E9EB
(229,233,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B3AC; }

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

This text font color is #79B3AC.

Background Color

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

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

This div background color is #79B3AC.

Border color

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

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

This div border color is #79B3AC.

Opacity

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

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

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

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

This text has shadow with #79B3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B3AC.

Preview

Color preview on black background

This text has color #79B3AC on black background.


Color preview on white background

This text has color #79B3AC on white background.


Black color preview on #79B3AC background

This text has black color on #79B3AC background.


White color preview on #79B3AC background

This text has white color on #79B3AC background.


Related colors

Complementary color

Complementary color for #hex is #864C53.


I love getcolorcode.com

Triadic colors

1 #AC79B3 and #B3AC79 with #79B3AC are triadic colors.

2 #ACB379 and #B379AC with #79B3AC are triadic colors.