COLOR #79BFBB

HEX: #79BFBB
RGB: (121,191,187)

Color info

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

RGB color model

#79BFBB color RGB value is (121,191,187).

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

RGB channels and saturation

R 121 of 255 = 47%
G 191 of 255 = 75%
B 187 of 255 = 73%

121
191
187

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

Portions of RGB colors in percentages

R + G + B =
121 + 191 + 187 = 499 (100%)
R 121 of 499 ~ 24.25%
G 191 of 499 ~ 38.28%
B 187 of 499 ~ 37.47%

%24.25
%38.28
%37.47

CMYK color model

#79BFBB color CMYK value is (37,0,2,25).

  • cyan value is 36.65%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK:
(37,0,2,25)
C37M0Y2K25 
(37%,0%,2%,25%)
(0.37/0.00/0.02/0.25)	

CMYK percentages

%36.65
%0
%2.09
%25.1

Codes

Color #79BFBB in popluar color models

79BFBB
RGB121191187
HSL177°35.35%61.18%
HSB/HSV177°36.65%74.90%
CMYK36.65%0.00%2.09%
25.10%

Color #79BFBB in popluar number systems.

HEX79BFBB
Decimal121191187
Binary11110011011111110111011
Octal171277273

Shades and tints

Shades of #79BFBB

#79BFBB
(121,191,187)
#6EAEAA
(110,174,170)
#639D99
(99,157,153)
#588C88
(88,140,136)
#4D7B77
(77,123,119)
#426A66
(66,106,102)
#375955
(55,89,85)
#2C4844
(44,72,68)
#213733
(33,55,51)
#162622
(22,38,34)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #79BFBB

#79BFBB
(121,191,187)
#85C4C1
(133,196,193)
#91C9C7
(145,201,199)
#9DCECD
(157,206,205)
#A9D3D3
(169,211,211)
#B5D8D9
(181,216,217)
#C1DDDF
(193,221,223)
#CDE2E5
(205,226,229)
#D9E7EB
(217,231,235)
#E5ECF1
(229,236,241)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BFBB; }

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

This text font color is #79BFBB.


Background Color

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

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

This div background color is #79BFBB.


Border color

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

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

This div border color is #79BFBB.


Opacity

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

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

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

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

This text has shadow with #79BFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BFBB on black background.


Color preview on white background

This text has color #79BFBB on white background.



Black color preview on #79BFBB background

This text has black color on #79BFBB background.


White color preview on #79BFBB background

This text has white color on #79BFBB background.