COLOR #79C9A9

HEX: #79C9A9 RGB: (121,201,169)

Color info

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

RGB color model

#79C9A9 color RGB value is (121,201,169).

RGB: (121,201,169) (47%, 79%, 66%)

RGB channels and saturation

R 121 of 255 = 47%
G 201 of 255 = 79%
B 169 of 255 = 66%

121
201
169

R + G + B ~ 64%. #79C9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 201 + 169 = 491 (100%)
R 121 of 491 ~ 24.64%
G 201 of 491 ~ 40.94%
B 169 of 491 ~ 34.42'%

%24.64
%40.94
%34.42

CMYK color model

#79C9A9 color CMYK value is (40,0,16,21).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 21.18%

CMYK: (40,0,16,21)
C40M0Y16K21 (40%, 0%, 16%, 21%)
(0.40 / 0.00 / 0.16 / 0.21)

CMYK percentages

%39.8
%0
%15.92
%21.18

Codes

Color #79C9A9 in popluar color models

79 C9 A9
RGB 121 201 169
HSL 156° 42.55% 63.14%
HSB/HSV 156° 39.80% 78.82%
CMYK 39.80% 0.00% 15.92%
21.18%

Color #79C9A9 in popluar number systems.

HEX 79 C9 A9
Decimal 121 201 169
Binary 1111001 11001001 10101001
Octal 171 311 251

Shades and tints

Shades of #79C9A9

#79C9A9
(121,201,169)
#6EB79A
(110,183,154)
#63A58B
(99,165,139)
#58937C
(88,147,124)
#4D816D
(77,129,109)
#426F5E
(66,111,94)
#375D4F
(55,93,79)
#2C4B40
(44,75,64)
#213931
(33,57,49)
#162722
(22,39,34)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #79C9A9

#79C9A9
(121,201,169)
#85CDB0
(133,205,176)
#91D1B7
(145,209,183)
#9DD5BE
(157,213,190)
#A9D9C5
(169,217,197)
#B5DDCC
(181,221,204)
#C1E1D3
(193,225,211)
#CDE5DA
(205,229,218)
#D9E9E1
(217,233,225)
#E5EDE8
(229,237,232)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C9A9 color. Also use rgb(121,201,169) instead hex code.

Text Font Color

.myTextColor { color: #79C9A9; }

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

This text font color is #79C9A9.

Background Color

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

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

This div background color is #79C9A9.

Border color

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

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

This div border color is #79C9A9.

Opacity

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

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

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

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

This text has shadow with #79C9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C9A9.

Preview

Color preview on black background

This text has color #79C9A9 on black background.


Color preview on white background

This text has color #79C9A9 on white background.


Black color preview on #79C9A9 background

This text has black color on #79C9A9 background.


White color preview on #79C9A9 background

This text has white color on #79C9A9 background.


Related colors

Complementary color

Complementary color for #hex is #863656.


I love getcolorcode.com

Triadic colors

1 #A979C9 and #C9A979 with #79C9A9 are triadic colors.

2 #A9C979 and #C979A9 with #79C9A9 are triadic colors.