COLOR #79AB9A

HEX: #79AB9A
RGB: (121,171,154)

Color info

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

RGB color model

#79AB9A color RGB value is (121,171,154).

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

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 154 of 255 = 60%

121
171
154

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

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 154 = 446 (100%)
R 121 of 446 ~ 27.13%
G 171 of 446 ~ 38.34%
B 154 of 446 ~ 34.53%

%27.13
%38.34
%34.53

CMYK color model

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

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK:
(29,0,10,33)
C29M0Y10K33 
(29%,0%,10%,33%)
(0.29/0.00/0.10/0.33)	

CMYK percentages

%29.24
%0
%9.94
%32.94

Codes

Color #79AB9A in popluar color models

79AB9A
RGB121171154
HSL160°22.94%57.25%
HSB/HSV160°29.24%67.06%
CMYK29.24%0.00%9.94%
32.94%

Color #79AB9A in popluar number systems.

HEX79AB9A
Decimal121171154
Binary11110011010101110011010
Octal171253232

Shades and tints

Shades of #79AB9A

#79AB9A
(121,171,154)
#6E9C8C
(110,156,140)
#638D7E
(99,141,126)
#587E70
(88,126,112)
#4D6F62
(77,111,98)
#426054
(66,96,84)
#375146
(55,81,70)
#2C4238
(44,66,56)
#21332A
(33,51,42)
#16241C
(22,36,28)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #79AB9A

#79AB9A
(121,171,154)
#85B2A3
(133,178,163)
#91B9AC
(145,185,172)
#9DC0B5
(157,192,181)
#A9C7BE
(169,199,190)
#B5CEC7
(181,206,199)
#C1D5D0
(193,213,208)
#CDDCD9
(205,220,217)
#D9E3E2
(217,227,226)
#E5EAEB
(229,234,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AB9A; }

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

This text font color is #79AB9A.


Background Color

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

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

This div background color is #79AB9A.


Border color

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

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

This div border color is #79AB9A.


Opacity

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

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

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

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

This text has shadow with #79AB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AB9A on black background.


Color preview on white background

This text has color #79AB9A on white background.



Black color preview on #79AB9A background

This text has black color on #79AB9A background.


White color preview on #79AB9A background

This text has white color on #79AB9A background.