COLOR #79DCA3

HEX: #79DCA3
RGB: (121,220,163)

Color info

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

RGB color model

#79DCA3 color RGB value is (121,220,163).

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

RGB channels and saturation

R 121 of 255 = 47%
G 220 of 255 = 86%
B 163 of 255 = 64%

121
220
163

R + G + B ~ 66%. #79DCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 220 + 163 = 504 (100%)
R 121 of 504 ~ 24.01%
G 220 of 504 ~ 43.65%
B 163 of 504 ~ 32.34%

%24.01
%43.65
%32.34

CMYK color model

#79DCA3 color CMYK value is (45,0,26,14).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK:
(45,0,26,14)
C45M0Y26K14 
(45%,0%,26%,14%)
(0.45/0.00/0.26/0.14)	

CMYK percentages

%45
%0
%25.91
%13.73

Codes

Color #79DCA3 in popluar color models

79DCA3
RGB121220163
HSL145°58.58%66.86%
HSB/HSV145°45.00%86.27%
CMYK45.00%0.00%25.91%
13.73%

Color #79DCA3 in popluar number systems.

HEX79DCA3
Decimal121220163
Binary11110011101110010100011
Octal171334243

Shades and tints

Shades of #79DCA3

#79DCA3
(121,220,163)
#6EC895
(110,200,149)
#63B487
(99,180,135)
#58A079
(88,160,121)
#4D8C6B
(77,140,107)
#42785D
(66,120,93)
#37644F
(55,100,79)
#2C5041
(44,80,65)
#213C33
(33,60,51)
#162825
(22,40,37)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #79DCA3

#79DCA3
(121,220,163)
#85DFAB
(133,223,171)
#91E2B3
(145,226,179)
#9DE5BB
(157,229,187)
#A9E8C3
(169,232,195)
#B5EBCB
(181,235,203)
#C1EED3
(193,238,211)
#CDF1DB
(205,241,219)
#D9F4E3
(217,244,227)
#E5F7EB
(229,247,235)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79DCA3; }

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

This text font color is #79DCA3.


Background Color

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

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

This div background color is #79DCA3.


Border color

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

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

This div border color is #79DCA3.


Opacity

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

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

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

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

This text has shadow with #79DCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79DCA3 on black background.


Color preview on white background

This text has color #79DCA3 on white background.



Black color preview on #79DCA3 background

This text has black color on #79DCA3 background.


White color preview on #79DCA3 background

This text has white color on #79DCA3 background.