COLOR #79C3B8

HEX: #79C3B8
RGB: (121,195,184)

Color info

#79C3B8 contains mainly green and blue colors. Web safe color of #79C3B8 is #66CCCC (or #6CC).

RGB color model

#79C3B8 color RGB value is (121,195,184).

  • red value is 121;
  • green value is 195;
  • blue value is 184.
RGB:
(121,195,184)
(47%,76%,72%)

RGB channels and saturation

R 121 of 255 = 47%
G 195 of 255 = 76%
B 184 of 255 = 72%

121
195
184

R + G + B ~ 65%. #79C3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 195 + 184 = 500 (100%)
R 121 of 500 ~ 24.2%
G 195 of 500 ~ 39%
B 184 of 500 ~ 36.8%

%24.2
%39
%36.8

CMYK color model

#79C3B8 color CMYK value is (38,0,6,24).

  • cyan value is 37.95%
  • magenta value is 0.00%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(38,0,6,24)
C38M0Y6K24 
(38%,0%,6%,24%)
(0.38/0.00/0.06/0.24)	

CMYK percentages

%37.95
%0
%5.64
%23.53

Codes

Color #79C3B8 in popluar color models

79C3B8
RGB121195184
HSL171°38.14%61.96%
HSB/HSV171°37.95%76.47%
CMYK37.95%0.00%5.64%
23.53%

Color #79C3B8 in popluar number systems.

HEX79C3B8
Decimal121195184
Binary11110011100001110111000
Octal171303270

Shades and tints

Shades of #79C3B8

#79C3B8
(121,195,184)
#6EB2A8
(110,178,168)
#63A198
(99,161,152)
#589088
(88,144,136)
#4D7F78
(77,127,120)
#426E68
(66,110,104)
#375D58
(55,93,88)
#2C4C48
(44,76,72)
#213B38
(33,59,56)
#162A28
(22,42,40)
#0B1918
(11,25,24)
#000000
(0,0,0)

Tints of #79C3B8

#79C3B8
(121,195,184)
#85C8BE
(133,200,190)
#91CDC4
(145,205,196)
#9DD2CA
(157,210,202)
#A9D7D0
(169,215,208)
#B5DCD6
(181,220,214)
#C1E1DC
(193,225,220)
#CDE6E2
(205,230,226)
#D9EBE8
(217,235,232)
#E5F0EE
(229,240,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C3B8 color. Also use rgb(121,195,184) instead hex code.

Text Font Color

.myTextColor { color: #79C3B8; }

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

This text font color is #79C3B8.


Background Color

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

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

This div background color is #79C3B8.


Border color

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

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

This div border color is #79C3B8.


Opacity

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

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

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

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

This text has shadow with #79C3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C3B8 on black background.


Color preview on white background

This text has color #79C3B8 on white background.



Black color preview on #79C3B8 background

This text has black color on #79C3B8 background.


White color preview on #79C3B8 background

This text has white color on #79C3B8 background.