COLOR #79BFA3

HEX: #79BFA3
RGB: (121,191,163)

Color info

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

RGB color model

#79BFA3 color RGB value is (121,191,163).

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

RGB channels and saturation

R 121 of 255 = 47%
G 191 of 255 = 75%
B 163 of 255 = 64%

121
191
163

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

Portions of RGB colors in percentages

R + G + B =
121 + 191 + 163 = 475 (100%)
R 121 of 475 ~ 25.47%
G 191 of 475 ~ 40.21%
B 163 of 475 ~ 34.32%

%25.47
%40.21
%34.32

CMYK color model

#79BFA3 color CMYK value is (37,0,15,25).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 25.10%
CMYK:
(37,0,15,25)
C37M0Y15K25 
(37%,0%,15%,25%)
(0.37/0.00/0.15/0.25)	

CMYK percentages

%36.65
%0
%14.66
%25.1

Codes

Color #79BFA3 in popluar color models

79BFA3
RGB121191163
HSL156°35.35%61.18%
HSB/HSV156°36.65%74.90%
CMYK36.65%0.00%14.66%
25.10%

Color #79BFA3 in popluar number systems.

HEX79BFA3
Decimal121191163
Binary11110011011111110100011
Octal171277243

Shades and tints

Shades of #79BFA3

#79BFA3
(121,191,163)
#6EAE95
(110,174,149)
#639D87
(99,157,135)
#588C79
(88,140,121)
#4D7B6B
(77,123,107)
#426A5D
(66,106,93)
#37594F
(55,89,79)
#2C4841
(44,72,65)
#213733
(33,55,51)
#162625
(22,38,37)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #79BFA3

#79BFA3
(121,191,163)
#85C4AB
(133,196,171)
#91C9B3
(145,201,179)
#9DCEBB
(157,206,187)
#A9D3C3
(169,211,195)
#B5D8CB
(181,216,203)
#C1DDD3
(193,221,211)
#CDE2DB
(205,226,219)
#D9E7E3
(217,231,227)
#E5ECEB
(229,236,235)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BFA3; }

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

This text font color is #79BFA3.


Background Color

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

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

This div background color is #79BFA3.


Border color

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

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

This div border color is #79BFA3.


Opacity

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

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

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

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

This text has shadow with #79BFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BFA3 on black background.


Color preview on white background

This text has color #79BFA3 on white background.



Black color preview on #79BFA3 background

This text has black color on #79BFA3 background.


White color preview on #79BFA3 background

This text has white color on #79BFA3 background.