COLOR #79B19F

HEX: #79B19F RGB: (121,177,159)

Color info

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

RGB color model

#79B19F color RGB value is (121,177,159).

RGB: (121,177,159) (47%, 69%, 62%)

RGB channels and saturation

R 121 of 255 = 47%
G 177 of 255 = 69%
B 159 of 255 = 62%

121
177
159

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

Portions of RGB colors in percentages

R + G + B = 121 + 177 + 159 = 457 (100%)
R 121 of 457 ~ 26.48%
G 177 of 457 ~ 38.73%
B 159 of 457 ~ 34.79'%

%26.48
%38.73
%34.79

CMYK color model

#79B19F color CMYK value is (32,0,10,31).

  • cyan value is 31.64%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%

CMYK: (32,0,10,31)
C32M0Y10K31 (32%, 0%, 10%, 31%)
(0.32 / 0.00 / 0.10 / 0.31)

CMYK percentages

%31.64
%0
%10.17
%30.59

Codes

Color #79B19F in popluar color models

79 B1 9F
RGB 121 177 159
HSL 161° 26.42% 58.43%
HSB/HSV 161° 31.64% 69.41%
CMYK 31.64% 0.00% 10.17%
30.59%

Color #79B19F in popluar number systems.

HEX 79 B1 9F
Decimal 121 177 159
Binary 1111001 10110001 10011111
Octal 171 261 237

Shades and tints

Shades of #79B19F

#79B19F
(121,177,159)
#6EA191
(110,161,145)
#639183
(99,145,131)
#588175
(88,129,117)
#4D7167
(77,113,103)
#426159
(66,97,89)
#37514B
(55,81,75)
#2C413D
(44,65,61)
#21312F
(33,49,47)
#162121
(22,33,33)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #79B19F

#79B19F
(121,177,159)
#85B8A7
(133,184,167)
#91BFAF
(145,191,175)
#9DC6B7
(157,198,183)
#A9CDBF
(169,205,191)
#B5D4C7
(181,212,199)
#C1DBCF
(193,219,207)
#CDE2D7
(205,226,215)
#D9E9DF
(217,233,223)
#E5F0E7
(229,240,231)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B19F; }

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

This text font color is #79B19F.

Background Color

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

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

This div background color is #79B19F.

Border color

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

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

This div border color is #79B19F.

Opacity

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

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

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

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

This text has shadow with #79B19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B19F.

Preview

Color preview on black background

This text has color #79B19F on black background.


Color preview on white background

This text has color #79B19F on white background.


Black color preview on #79B19F background

This text has black color on #79B19F background.


White color preview on #79B19F background

This text has white color on #79B19F background.


Related colors

Complementary color

Complementary color for #hex is #864E60.


I love getcolorcode.com

Triadic colors

1 #9F79B1 and #B19F79 with #79B19F are triadic colors.

2 #9FB179 and #B1799F with #79B19F are triadic colors.