COLOR #79B8C0

HEX: #79B8C0
RGB: (121,184,192)

Color info

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

RGB color model

#79B8C0 color RGB value is (121,184,192).

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

RGB channels and saturation

R 121 of 255 = 47%
G 184 of 255 = 72%
B 192 of 255 = 75%

121
184
192

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

Portions of RGB colors in percentages

R + G + B =
121 + 184 + 192 = 497 (100%)
R 121 of 497 ~ 24.35%
G 184 of 497 ~ 37.02%
B 192 of 497 ~ 38.63%

%24.35
%37.02
%38.63

CMYK color model

#79B8C0 color CMYK value is (37,4,0,25).

  • cyan value is 36.98%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(37,4,0,25)
C37M4Y0K25 
(37%,4%,0%,25%)
(0.37/0.04/0.00/0.25)	

CMYK percentages

%36.98
%4.17
%0
%24.71

Codes

Color #79B8C0 in popluar color models

79B8C0
RGB121184192
HSL187°36.04%61.37%
HSB/HSV187°36.98%75.29%
CMYK36.98%4.17%0.00%
24.71%

Color #79B8C0 in popluar number systems.

HEX79B8C0
Decimal121184192
Binary11110011011100011000000
Octal171270300

Shades and tints

Shades of #79B8C0

#79B8C0
(121,184,192)
#6EA8AF
(110,168,175)
#63989E
(99,152,158)
#58888D
(88,136,141)
#4D787C
(77,120,124)
#42686B
(66,104,107)
#37585A
(55,88,90)
#2C4849
(44,72,73)
#213838
(33,56,56)
#162827
(22,40,39)
#0B1816
(11,24,22)
#000000
(0,0,0)

Tints of #79B8C0

#79B8C0
(121,184,192)
#85BEC5
(133,190,197)
#91C4CA
(145,196,202)
#9DCACF
(157,202,207)
#A9D0D4
(169,208,212)
#B5D6D9
(181,214,217)
#C1DCDE
(193,220,222)
#CDE2E3
(205,226,227)
#D9E8E8
(217,232,232)
#E5EEED
(229,238,237)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B8C0; }

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

This text font color is #79B8C0.


Background Color

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

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

This div background color is #79B8C0.


Border color

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

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

This div border color is #79B8C0.


Opacity

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

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

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

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

This text has shadow with #79B8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B8C0 on black background.


Color preview on white background

This text has color #79B8C0 on white background.



Black color preview on #79B8C0 background

This text has black color on #79B8C0 background.


White color preview on #79B8C0 background

This text has white color on #79B8C0 background.