COLOR #79BCA8

HEX: #79BCA8 RGB: (121,188,168)

Color info

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

RGB color model

#79BCA8 color RGB value is (121,188,168).

RGB: (121,188,168) (47%, 74%, 66%)

RGB channels and saturation

R 121 of 255 = 47%
G 188 of 255 = 74%
B 168 of 255 = 66%

121
188
168

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

Portions of RGB colors in percentages

R + G + B = 121 + 188 + 168 = 477 (100%)
R 121 of 477 ~ 25.37%
G 188 of 477 ~ 39.41%
B 168 of 477 ~ 35.22'%

%25.37
%39.41
%35.22

CMYK color model

#79BCA8 color CMYK value is (36,0,11,26).

  • cyan value is 35.64%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%

CMYK: (36,0,11,26)
C36M0Y11K26 (36%, 0%, 11%, 26%)
(0.36 / 0.00 / 0.11 / 0.26)

CMYK percentages

%35.64
%0
%10.64
%26.27

Codes

Color #79BCA8 in popluar color models

79 BC A8
RGB 121 188 168
HSL 162° 33.33% 60.59%
HSB/HSV 162° 35.64% 73.73%
CMYK 35.64% 0.00% 10.64%
26.27%

Color #79BCA8 in popluar number systems.

HEX 79 BC A8
Decimal 121 188 168
Binary 1111001 10111100 10101000
Octal 171 274 250

Shades and tints

Shades of #79BCA8

#79BCA8
(121,188,168)
#6EAB99
(110,171,153)
#639A8A
(99,154,138)
#58897B
(88,137,123)
#4D786C
(77,120,108)
#42675D
(66,103,93)
#37564E
(55,86,78)
#2C453F
(44,69,63)
#213430
(33,52,48)
#162321
(22,35,33)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #79BCA8

#79BCA8
(121,188,168)
#85C2AF
(133,194,175)
#91C8B6
(145,200,182)
#9DCEBD
(157,206,189)
#A9D4C4
(169,212,196)
#B5DACB
(181,218,203)
#C1E0D2
(193,224,210)
#CDE6D9
(205,230,217)
#D9ECE0
(217,236,224)
#E5F2E7
(229,242,231)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BCA8 color. Also use rgb(121,188,168) instead hex code.

Text Font Color

.myTextColor { color: #79BCA8; }

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

This text font color is #79BCA8.

Background Color

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

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

This div background color is #79BCA8.

Border color

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

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

This div border color is #79BCA8.

Opacity

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

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

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

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

This text has shadow with #79BCA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BCA8.

Preview

Color preview on black background

This text has color #79BCA8 on black background.


Color preview on white background

This text has color #79BCA8 on white background.


Black color preview on #79BCA8 background

This text has black color on #79BCA8 background.


White color preview on #79BCA8 background

This text has white color on #79BCA8 background.


Related colors

Complementary color

Complementary color for #hex is #864357.


I love getcolorcode.com

Triadic colors

1 #A879BC and #BCA879 with #79BCA8 are triadic colors.

2 #A8BC79 and #BC79A8 with #79BCA8 are triadic colors.