COLOR #79BD8F

HEX: #79BD8F RGB: (121,189,143)

Color info

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

RGB color model

#79BD8F color RGB value is (121,189,143).

RGB: (121,189,143) (47%, 74%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 189 of 255 = 74%
B 143 of 255 = 56%

121
189
143

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

Portions of RGB colors in percentages

R + G + B = 121 + 189 + 143 = 453 (100%)
R 121 of 453 ~ 26.71%
G 189 of 453 ~ 41.72%
B 143 of 453 ~ 31.57'%

%26.71
%41.72
%31.57

CMYK color model

#79BD8F color CMYK value is (36,0,24,26).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 25.88%
CMYK: (36,0,24,26) C36M0Y24K26 (36%,0%,24%,26%) (0.36/0.00/0.24/0.26) 

CMYK percentages

%35.98
%0
%24.34
%25.88

Codes

Color #79BD8F in popluar color models

79 BD 8F
RGB 121 189 143
HSL 139° 34.00% 60.78%
HSB/HSV 139° 35.98% 74.12%
CMYK 35.98% 0.00% 24.34%
25.88%

Color #79BD8F in popluar number systems.

HEX 79 BD 8F
Decimal 121 189 143
Binary 1111001 10111101 10001111
Octal 171 275 217

Shades and tints

Shades of #79BD8F

#79BD8F
(121,189,143)
#6EAC82
(110,172,130)
#639B75
(99,155,117)
#588A68
(88,138,104)
#4D795B
(77,121,91)
#42684E
(66,104,78)
#375741
(55,87,65)
#2C4634
(44,70,52)
#213527
(33,53,39)
#16241A
(22,36,26)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #79BD8F

#79BD8F
(121,189,143)
#85C399
(133,195,153)
#91C9A3
(145,201,163)
#9DCFAD
(157,207,173)
#A9D5B7
(169,213,183)
#B5DBC1
(181,219,193)
#C1E1CB
(193,225,203)
#CDE7D5
(205,231,213)
#D9EDDF
(217,237,223)
#E5F3E9
(229,243,233)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BD8F; }

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

This text font color is #79BD8F.

Background Color

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

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

This div background color is #79BD8F.

Border color

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

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

This div border color is #79BD8F.

Opacity

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

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

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

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

This text has shadow with #79BD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BD8F.

Preview

Color preview on black background

This text has color #79BD8F on black background.


Color preview on white background

This text has color #79BD8F on white background.


Black color preview on #79BD8F background

This text has black color on #79BD8F background.


White color preview on #79BD8F background

This text has white color on #79BD8F background.


Related colors

Complementary color

Complementary color for #hex is #864270.


I love getcolorcode.com

Triadic colors

1 #8F79BD and #BD8F79 with #79BD8F are triadic colors.

2 #8FBD79 and #BD798F with #79BD8F are triadic colors.