COLOR #79BD9B

HEX: #79BD9B
RGB: (121,189,155)

Color info

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

RGB color model

#79BD9B color RGB value is (121,189,155).

  • red value is 121;
  • green value is 189;
  • blue value is 155.
RGB:
(121,189,155)
(47%,74%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 189 of 255 = 74%
B 155 of 255 = 61%

121
189
155

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

Portions of RGB colors in percentages

R + G + B =
121 + 189 + 155 = 465 (100%)
R 121 of 465 ~ 26.02%
G 189 of 465 ~ 40.65%
B 155 of 465 ~ 33.33%

%26.02
%40.65
%33.33

CMYK color model

#79BD9B color CMYK value is (36,0,18,26).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(36,0,18,26)
C36M0Y18K26 
(36%,0%,18%,26%)
(0.36/0.00/0.18/0.26)	

CMYK percentages

%35.98
%0
%17.99
%25.88

Codes

Color #79BD9B in popluar color models

79BD9B
RGB121189155
HSL150°34.00%60.78%
HSB/HSV150°35.98%74.12%
CMYK35.98%0.00%17.99%
25.88%

Color #79BD9B in popluar number systems.

HEX79BD9B
Decimal121189155
Binary11110011011110110011011
Octal171275233

Shades and tints

Shades of #79BD9B

#79BD9B
(121,189,155)
#6EAC8D
(110,172,141)
#639B7F
(99,155,127)
#588A71
(88,138,113)
#4D7963
(77,121,99)
#426855
(66,104,85)
#375747
(55,87,71)
#2C4639
(44,70,57)
#21352B
(33,53,43)
#16241D
(22,36,29)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #79BD9B

#79BD9B
(121,189,155)
#85C3A4
(133,195,164)
#91C9AD
(145,201,173)
#9DCFB6
(157,207,182)
#A9D5BF
(169,213,191)
#B5DBC8
(181,219,200)
#C1E1D1
(193,225,209)
#CDE7DA
(205,231,218)
#D9EDE3
(217,237,227)
#E5F3EC
(229,243,236)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BD9B color. Also use rgb(121,189,155) instead hex code.

Text Font Color

.myTextColor { color: #79BD9B; }

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

This text font color is #79BD9B.


Background Color

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

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

This div background color is #79BD9B.


Border color

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

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

This div border color is #79BD9B.


Opacity

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

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

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

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

This text has shadow with #79BD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BD9B on black background.


Color preview on white background

This text has color #79BD9B on white background.



Black color preview on #79BD9B background

This text has black color on #79BD9B background.


White color preview on #79BD9B background

This text has white color on #79BD9B background.