COLOR #79B49E

HEX: #79B49E
RGB: (121,180,158)

Color info

#79B49E contains red, green and blue colors in about the same proportion. Web safe color of #79B49E is #66CC99 (or #6C9).

RGB color model

#79B49E color RGB value is (121,180,158).

  • red value is 121;
  • green value is 180;
  • blue value is 158.
RGB:
(121,180,158)
(47%,71%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 180 of 255 = 71%
B 158 of 255 = 62%

121
180
158

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

Portions of RGB colors in percentages

R + G + B =
121 + 180 + 158 = 459 (100%)
R 121 of 459 ~ 26.36%
G 180 of 459 ~ 39.22%
B 158 of 459 ~ 34.42%

%26.36
%39.22
%34.42

CMYK color model

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

  • cyan value is 32.78%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(33,0,12,29)
C33M0Y12K29 
(33%,0%,12%,29%)
(0.33/0.00/0.12/0.29)	

CMYK percentages

%32.78
%0
%12.22
%29.41

Codes

Color #79B49E in popluar color models

79B49E
RGB121180158
HSL158°28.23%59.02%
HSB/HSV158°32.78%70.59%
CMYK32.78%0.00%12.22%
29.41%

Color #79B49E in popluar number systems.

HEX79B49E
Decimal121180158
Binary11110011011010010011110
Octal171264236

Shades and tints

Shades of #79B49E

#79B49E
(121,180,158)
#6EA490
(110,164,144)
#639482
(99,148,130)
#588474
(88,132,116)
#4D7466
(77,116,102)
#426458
(66,100,88)
#37544A
(55,84,74)
#2C443C
(44,68,60)
#21342E
(33,52,46)
#162420
(22,36,32)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79B49E

#79B49E
(121,180,158)
#85BAA6
(133,186,166)
#91C0AE
(145,192,174)
#9DC6B6
(157,198,182)
#A9CCBE
(169,204,190)
#B5D2C6
(181,210,198)
#C1D8CE
(193,216,206)
#CDDED6
(205,222,214)
#D9E4DE
(217,228,222)
#E5EAE6
(229,234,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B49E; }

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

This text font color is #79B49E.


Background Color

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

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

This div background color is #79B49E.


Border color

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

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

This div border color is #79B49E.


Opacity

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

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

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

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

This text has shadow with #79B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B49E on black background.


Color preview on white background

This text has color #79B49E on white background.



Black color preview on #79B49E background

This text has black color on #79B49E background.


White color preview on #79B49E background

This text has white color on #79B49E background.