COLOR #79C48A

HEX: #79C48A RGB: (121,196,138)

Color info

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

RGB color model

#79C48A color RGB value is (121,196,138).

RGB: (121,196,138) (47%, 77%, 54%)

RGB channels and saturation

R 121 of 255 = 47%
G 196 of 255 = 77%
B 138 of 255 = 54%

121
196
138

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

Portions of RGB colors in percentages

R + G + B = 121 + 196 + 138 = 455 (100%)
R 121 of 455 ~ 26.59%
G 196 of 455 ~ 43.08%
B 138 of 455 ~ 30.33'%

%26.59
%43.08
%30.33

CMYK color model

#79C48A color CMYK value is (38,0,30,23).

  • cyan value is 38.27%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 23.14%

CMYK: (38,0,30,23)
C38M0Y30K23 (38%, 0%, 30%, 23%)
(0.38 / 0.00 / 0.30 / 0.23)

CMYK percentages

%38.27
%0
%29.59
%23.14

Codes

Color #79C48A in popluar color models

79 C4 8A
RGB 121 196 138
HSL 134° 38.86% 62.16%
HSB/HSV 134° 38.27% 76.86%
CMYK 38.27% 0.00% 29.59%
23.14%

Color #79C48A in popluar number systems.

HEX 79 C4 8A
Decimal 121 196 138
Binary 1111001 11000100 10001010
Octal 171 304 212

Shades and tints

Shades of #79C48A

#79C48A
(121,196,138)
#6EB37E
(110,179,126)
#63A272
(99,162,114)
#589166
(88,145,102)
#4D805A
(77,128,90)
#426F4E
(66,111,78)
#375E42
(55,94,66)
#2C4D36
(44,77,54)
#213C2A
(33,60,42)
#162B1E
(22,43,30)
#0B1A12
(11,26,18)
#000000
(0,0,0)

Tints of #79C48A

#79C48A
(121,196,138)
#85C994
(133,201,148)
#91CE9E
(145,206,158)
#9DD3A8
(157,211,168)
#A9D8B2
(169,216,178)
#B5DDBC
(181,221,188)
#C1E2C6
(193,226,198)
#CDE7D0
(205,231,208)
#D9ECDA
(217,236,218)
#E5F1E4
(229,241,228)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79C48A; }

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

This text font color is #79C48A.

Background Color

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

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

This div background color is #79C48A.

Border color

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

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

This div border color is #79C48A.

Opacity

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

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

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

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

This text has shadow with #79C48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C48A.

Preview

Color preview on black background

This text has color #79C48A on black background.


Color preview on white background

This text has color #79C48A on white background.


Black color preview on #79C48A background

This text has black color on #79C48A background.


White color preview on #79C48A background

This text has white color on #79C48A background.


Related colors

Complementary color

Complementary color for #hex is #863B75.


I love getcolorcode.com

Triadic colors

1 #8A79C4 and #C48A79 with #79C48A are triadic colors.

2 #8AC479 and #C4798A with #79C48A are triadic colors.