COLOR #79C49A

HEX: #79C49A
RGB: (121,196,154)

Color info

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

RGB color model

#79C49A color RGB value is (121,196,154).

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

RGB channels and saturation

R 121 of 255 = 47%
G 196 of 255 = 77%
B 154 of 255 = 60%

121
196
154

R + G + B ~ 61%. #79C49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 196 + 154 = 471 (100%)
R 121 of 471 ~ 25.69%
G 196 of 471 ~ 41.61%
B 154 of 471 ~ 32.7%

%25.69
%41.61
%32.7

CMYK color model

#79C49A color CMYK value is (38,0,21,23).

  • cyan value is 38.27%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 23.14%
CMYK:
(38,0,21,23)
C38M0Y21K23 
(38%,0%,21%,23%)
(0.38/0.00/0.21/0.23)	

CMYK percentages

%38.27
%0
%21.43
%23.14

Codes

Color #79C49A in popluar color models

79C49A
RGB121196154
HSL146°38.86%62.16%
HSB/HSV146°38.27%76.86%
CMYK38.27%0.00%21.43%
23.14%

Color #79C49A in popluar number systems.

HEX79C49A
Decimal121196154
Binary11110011100010010011010
Octal171304232

Shades and tints

Shades of #79C49A

#79C49A
(121,196,154)
#6EB38C
(110,179,140)
#63A27E
(99,162,126)
#589170
(88,145,112)
#4D8062
(77,128,98)
#426F54
(66,111,84)
#375E46
(55,94,70)
#2C4D38
(44,77,56)
#213C2A
(33,60,42)
#162B1C
(22,43,28)
#0B1A0E
(11,26,14)
#000000
(0,0,0)

Tints of #79C49A

#79C49A
(121,196,154)
#85C9A3
(133,201,163)
#91CEAC
(145,206,172)
#9DD3B5
(157,211,181)
#A9D8BE
(169,216,190)
#B5DDC7
(181,221,199)
#C1E2D0
(193,226,208)
#CDE7D9
(205,231,217)
#D9ECE2
(217,236,226)
#E5F1EB
(229,241,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C49A; }

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

This text font color is #79C49A.


Background Color

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

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

This div background color is #79C49A.


Border color

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

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

This div border color is #79C49A.


Opacity

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

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

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

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

This text has shadow with #79C49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C49A on black background.


Color preview on white background

This text has color #79C49A on white background.



Black color preview on #79C49A background

This text has black color on #79C49A background.


White color preview on #79C49A background

This text has white color on #79C49A background.