COLOR #79BABF

HEX: #79BABF
RGB: (121,186,191)

Color info

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

RGB color model

#79BABF color RGB value is (121,186,191).

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

RGB channels and saturation

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

121
186
191

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

Portions of RGB colors in percentages

R + G + B =
121 + 186 + 191 = 498 (100%)
R 121 of 498 ~ 24.3%
G 186 of 498 ~ 37.35%
B 191 of 498 ~ 38.35%

%24.3
%37.35
%38.35

CMYK color model

#79BABF color CMYK value is (37,3,0,25).

  • cyan value is 36.65%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(37,3,0,25)
C37M3Y0K25 
(37%,3%,0%,25%)
(0.37/0.03/0.00/0.25)	

CMYK percentages

%36.65
%2.62
%0
%25.1

Codes

Color #79BABF in popluar color models

79BABF
RGB121186191
HSL184°35.35%61.18%
HSB/HSV184°36.65%74.90%
CMYK36.65%2.62%0.00%
25.10%

Color #79BABF in popluar number systems.

HEX79BABF
Decimal121186191
Binary11110011011101010111111
Octal171272277

Shades and tints

Shades of #79BABF

#79BABF
(121,186,191)
#6EAAAE
(110,170,174)
#639A9D
(99,154,157)
#588A8C
(88,138,140)
#4D7A7B
(77,122,123)
#426A6A
(66,106,106)
#375A59
(55,90,89)
#2C4A48
(44,74,72)
#213A37
(33,58,55)
#162A26
(22,42,38)
#0B1A15
(11,26,21)
#000000
(0,0,0)

Tints of #79BABF

#79BABF
(121,186,191)
#85C0C4
(133,192,196)
#91C6C9
(145,198,201)
#9DCCCE
(157,204,206)
#A9D2D3
(169,210,211)
#B5D8D8
(181,216,216)
#C1DEDD
(193,222,221)
#CDE4E2
(205,228,226)
#D9EAE7
(217,234,231)
#E5F0EC
(229,240,236)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BABF; }

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

This text font color is #79BABF.


Background Color

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

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

This div background color is #79BABF.


Border color

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

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

This div border color is #79BABF.


Opacity

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

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

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

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

This text has shadow with #79BABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BABF on black background.


Color preview on white background

This text has color #79BABF on white background.



Black color preview on #79BABF background

This text has black color on #79BABF background.


White color preview on #79BABF background

This text has white color on #79BABF background.