COLOR #79D5BC

HEX: #79D5BC RGB: (121,213,188)

Color info

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

RGB color model

#79D5BC color RGB value is (121,213,188).

RGB: (121,213,188) (47%, 84%, 74%)

RGB channels and saturation

R 121 of 255 = 47%
G 213 of 255 = 84%
B 188 of 255 = 74%

121
213
188

R + G + B ~ 68%. #79D5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 213 + 188 = 522 (100%)
R 121 of 522 ~ 23.18%
G 213 of 522 ~ 40.8%
B 188 of 522 ~ 36.02'%

%23.18
%40.8
%36.02

CMYK color model

#79D5BC color CMYK value is (43,0,12,16).

  • cyan value is 43.19%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (43,0,12,16)
C43M0Y12K16 (43%, 0%, 12%, 16%)
(0.43 / 0.00 / 0.12 / 0.16)

CMYK percentages

%43.19
%0
%11.74
%16.47

Codes

Color #79D5BC in popluar color models

79 D5 BC
RGB 121 213 188
HSL 164° 52.27% 65.49%
HSB/HSV 164° 43.19% 83.53%
CMYK 43.19% 0.00% 11.74%
16.47%

Color #79D5BC in popluar number systems.

HEX 79 D5 BC
Decimal 121 213 188
Binary 1111001 11010101 10111100
Octal 171 325 274

Shades and tints

Shades of #79D5BC

#79D5BC
(121,213,188)
#6EC2AB
(110,194,171)
#63AF9A
(99,175,154)
#589C89
(88,156,137)
#4D8978
(77,137,120)
#427667
(66,118,103)
#376356
(55,99,86)
#2C5045
(44,80,69)
#213D34
(33,61,52)
#162A23
(22,42,35)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #79D5BC

#79D5BC
(121,213,188)
#85D8C2
(133,216,194)
#91DBC8
(145,219,200)
#9DDECE
(157,222,206)
#A9E1D4
(169,225,212)
#B5E4DA
(181,228,218)
#C1E7E0
(193,231,224)
#CDEAE6
(205,234,230)
#D9EDEC
(217,237,236)
#E5F0F2
(229,240,242)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D5BC color. Also use rgb(121,213,188) instead hex code.

Text Font Color

.myTextColor { color: #79D5BC; }

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

This text font color is #79D5BC.

Background Color

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

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

This div background color is #79D5BC.

Border color

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

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

This div border color is #79D5BC.

Opacity

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

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

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

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

This text has shadow with #79D5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79D5BC.

Preview

Color preview on black background

This text has color #79D5BC on black background.


Color preview on white background

This text has color #79D5BC on white background.


Black color preview on #79D5BC background

This text has black color on #79D5BC background.


White color preview on #79D5BC background

This text has white color on #79D5BC background.


Related colors

Complementary color

Complementary color for #hex is #862A43.


I love getcolorcode.com

Triadic colors

1 #BC79D5 and #D5BC79 with #79D5BC are triadic colors.

2 #BCD579 and #D579BC with #79D5BC are triadic colors.