COLOR #79BFA6

HEX: #79BFA6
RGB: (121,191,166)

Color info

#79BFA6 contains mainly green and blue colors. Web safe color of #79BFA6 is #66CC99 (or #6C9).

RGB color model

#79BFA6 color RGB value is (121,191,166).

  • red value is 121;
  • green value is 191;
  • blue value is 166.
RGB:
(121,191,166)
(47%,75%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 191 of 255 = 75%
B 166 of 255 = 65%

121
191
166

R + G + B ~ 62%. #79BFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 191 + 166 = 478 (100%)
R 121 of 478 ~ 25.31%
G 191 of 478 ~ 39.96%
B 166 of 478 ~ 34.73%

%25.31
%39.96
%34.73

CMYK color model

#79BFA6 color CMYK value is (37,0,13,25).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK:
(37,0,13,25)
C37M0Y13K25 
(37%,0%,13%,25%)
(0.37/0.00/0.13/0.25)	

CMYK percentages

%36.65
%0
%13.09
%25.1

Codes

Color #79BFA6 in popluar color models

79BFA6
RGB121191166
HSL159°35.35%61.18%
HSB/HSV159°36.65%74.90%
CMYK36.65%0.00%13.09%
25.10%

Color #79BFA6 in popluar number systems.

HEX79BFA6
Decimal121191166
Binary11110011011111110100110
Octal171277246

Shades and tints

Shades of #79BFA6

#79BFA6
(121,191,166)
#6EAE97
(110,174,151)
#639D88
(99,157,136)
#588C79
(88,140,121)
#4D7B6A
(77,123,106)
#426A5B
(66,106,91)
#37594C
(55,89,76)
#2C483D
(44,72,61)
#21372E
(33,55,46)
#16261F
(22,38,31)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #79BFA6

#79BFA6
(121,191,166)
#85C4AE
(133,196,174)
#91C9B6
(145,201,182)
#9DCEBE
(157,206,190)
#A9D3C6
(169,211,198)
#B5D8CE
(181,216,206)
#C1DDD6
(193,221,214)
#CDE2DE
(205,226,222)
#D9E7E6
(217,231,230)
#E5ECEE
(229,236,238)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BFA6; }

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

This text font color is #79BFA6.


Background Color

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

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

This div background color is #79BFA6.


Border color

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

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

This div border color is #79BFA6.


Opacity

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

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

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

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

This text has shadow with #79BFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BFA6 on black background.


Color preview on white background

This text has color #79BFA6 on white background.



Black color preview on #79BFA6 background

This text has black color on #79BFA6 background.


White color preview on #79BFA6 background

This text has white color on #79BFA6 background.