COLOR #79BBBA

HEX: #79BBBA RGB: (121,187,186)

Color info

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

RGB color model

#79BBBA color RGB value is (121,187,186).

RGB: (121,187,186) (47%, 73%, 73%)

RGB channels and saturation

R 121 of 255 = 47%
G 187 of 255 = 73%
B 186 of 255 = 73%

121
187
186

R + G + B ~ 64%. #79BBBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 187 + 186 = 494 (100%)
R 121 of 494 ~ 24.49%
G 187 of 494 ~ 37.85%
B 186 of 494 ~ 37.65'%

%24.49
%37.85
%37.65

CMYK color model

#79BBBA color CMYK value is (35,0,1,27).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.67%

CMYK: (35,0,1,27)
C35M0Y1K27 (35%, 0%, 1%, 27%)
(0.35 / 0.00 / 0.01 / 0.27)

CMYK percentages

%35.29
%0
%0.53
%26.67

Codes

Color #79BBBA in popluar color models

79 BB BA
RGB 121 187 186
HSL 179° 32.67% 60.39%
HSB/HSV 179° 35.29% 73.33%
CMYK 35.29% 0.00% 0.53%
26.67%

Color #79BBBA in popluar number systems.

HEX 79 BB BA
Decimal 121 187 186
Binary 1111001 10111011 10111010
Octal 171 273 272

Shades and tints

Shades of #79BBBA

#79BBBA
(121,187,186)
#6EAAAA
(110,170,170)
#63999A
(99,153,154)
#58888A
(88,136,138)
#4D777A
(77,119,122)
#42666A
(66,102,106)
#37555A
(55,85,90)
#2C444A
(44,68,74)
#21333A
(33,51,58)
#16222A
(22,34,42)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #79BBBA

#79BBBA
(121,187,186)
#85C1C0
(133,193,192)
#91C7C6
(145,199,198)
#9DCDCC
(157,205,204)
#A9D3D2
(169,211,210)
#B5D9D8
(181,217,216)
#C1DFDE
(193,223,222)
#CDE5E4
(205,229,228)
#D9EBEA
(217,235,234)
#E5F1F0
(229,241,240)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BBBA; }

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

This text font color is #79BBBA.

Background Color

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

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

This div background color is #79BBBA.

Border color

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

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

This div border color is #79BBBA.

Opacity

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

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

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

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

This text has shadow with #79BBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BBBA.

Preview

Color preview on black background

This text has color #79BBBA on black background.


Color preview on white background

This text has color #79BBBA on white background.


Black color preview on #79BBBA background

This text has black color on #79BBBA background.


White color preview on #79BBBA background

This text has white color on #79BBBA background.


Related colors

Complementary color

Complementary color for #hex is #864445.


I love getcolorcode.com

Triadic colors

1 #BA79BB and #BBBA79 with #79BBBA are triadic colors.

2 #BABB79 and #BB79BA with #79BBBA are triadic colors.