COLOR #79BB98

HEX: #79BB98
RGB: (121,187,152)

Color info

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

RGB color model

#79BB98 color RGB value is (121,187,152).

  • red value is 121;
  • green value is 187;
  • blue value is 152.
RGB:
(121,187,152)
(47%,73%,60%)

RGB channels and saturation

R 121 of 255 = 47%
G 187 of 255 = 73%
B 152 of 255 = 60%

121
187
152

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

Portions of RGB colors in percentages

R + G + B =
121 + 187 + 152 = 460 (100%)
R 121 of 460 ~ 26.3%
G 187 of 460 ~ 40.65%
B 152 of 460 ~ 33.04%

%26.3
%40.65
%33.04

CMYK color model

#79BB98 color CMYK value is (35,0,19,27).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(35,0,19,27)
C35M0Y19K27 
(35%,0%,19%,27%)
(0.35/0.00/0.19/0.27)	

CMYK percentages

%35.29
%0
%18.72
%26.67

Codes

Color #79BB98 in popluar color models

79BB98
RGB121187152
HSL148°32.67%60.39%
HSB/HSV148°35.29%73.33%
CMYK35.29%0.00%18.72%
26.67%

Color #79BB98 in popluar number systems.

HEX79BB98
Decimal121187152
Binary11110011011101110011000
Octal171273230

Shades and tints

Shades of #79BB98

#79BB98
(121,187,152)
#6EAA8B
(110,170,139)
#63997E
(99,153,126)
#588871
(88,136,113)
#4D7764
(77,119,100)
#426657
(66,102,87)
#37554A
(55,85,74)
#2C443D
(44,68,61)
#213330
(33,51,48)
#162223
(22,34,35)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #79BB98

#79BB98
(121,187,152)
#85C1A1
(133,193,161)
#91C7AA
(145,199,170)
#9DCDB3
(157,205,179)
#A9D3BC
(169,211,188)
#B5D9C5
(181,217,197)
#C1DFCE
(193,223,206)
#CDE5D7
(205,229,215)
#D9EBE0
(217,235,224)
#E5F1E9
(229,241,233)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BB98 color. Also use rgb(121,187,152) instead hex code.

Text Font Color

.myTextColor { color: #79BB98; }

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

This text font color is #79BB98.


Background Color

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

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

This div background color is #79BB98.


Border color

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

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

This div border color is #79BB98.


Opacity

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

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

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

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

This text has shadow with #79BB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BB98 on black background.


Color preview on white background

This text has color #79BB98 on white background.



Black color preview on #79BB98 background

This text has black color on #79BB98 background.


White color preview on #79BB98 background

This text has white color on #79BB98 background.