COLOR #79D4CC

HEX: #79D4CC RGB: (121,212,204)

Color info

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

RGB color model

#79D4CC color RGB value is (121,212,204).

RGB: (121,212,204) (47%, 83%, 80%)

RGB channels and saturation

R 121 of 255 = 47%
G 212 of 255 = 83%
B 204 of 255 = 80%

121
212
204

R + G + B ~ 70%. #79D4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 212 + 204 = 537 (100%)
R 121 of 537 ~ 22.53%
G 212 of 537 ~ 39.48%
B 204 of 537 ~ 37.99'%

%22.53
%39.48
%37.99

CMYK color model

#79D4CC color CMYK value is (43,0,4,17).

  • cyan value is 42.92%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (43,0,4,17)
C43M0Y4K17 (43%, 0%, 4%, 17%)
(0.43 / 0.00 / 0.04 / 0.17)

CMYK percentages

%42.92
%0
%3.77
%16.86

Codes

Color #79D4CC in popluar color models

79 D4 CC
RGB 121 212 204
HSL 175° 51.41% 65.29%
HSB/HSV 175° 42.92% 83.14%
CMYK 42.92% 0.00% 3.77%
16.86%

Color #79D4CC in popluar number systems.

HEX 79 D4 CC
Decimal 121 212 204
Binary 1111001 11010100 11001100
Octal 171 324 314

Shades and tints

Shades of #79D4CC

#79D4CC
(121,212,204)
#6EC1BA
(110,193,186)
#63AEA8
(99,174,168)
#589B96
(88,155,150)
#4D8884
(77,136,132)
#427572
(66,117,114)
#376260
(55,98,96)
#2C4F4E
(44,79,78)
#213C3C
(33,60,60)
#16292A
(22,41,42)
#0B1618
(11,22,24)
#000000
(0,0,0)

Tints of #79D4CC

#79D4CC
(121,212,204)
#85D7D0
(133,215,208)
#91DAD4
(145,218,212)
#9DDDD8
(157,221,216)
#A9E0DC
(169,224,220)
#B5E3E0
(181,227,224)
#C1E6E4
(193,230,228)
#CDE9E8
(205,233,232)
#D9ECEC
(217,236,236)
#E5EFF0
(229,239,240)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79D4CC color. Also use rgb(121,212,204) instead hex code.

Text Font Color

.myTextColor { color: #79D4CC; }

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

This text font color is #79D4CC.

Background Color

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

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

This div background color is #79D4CC.

Border color

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

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

This div border color is #79D4CC.

Opacity

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

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

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

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

This text has shadow with #79D4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79D4CC.

Preview

Color preview on black background

This text has color #79D4CC on black background.


Color preview on white background

This text has color #79D4CC on white background.


Black color preview on #79D4CC background

This text has black color on #79D4CC background.


White color preview on #79D4CC background

This text has white color on #79D4CC background.


Related colors

Complementary color

Complementary color for #hex is #862B33.


I love getcolorcode.com

Triadic colors

1 #CC79D4 and #D4CC79 with #79D4CC are triadic colors.

2 #CCD479 and #D479CC with #79D4CC are triadic colors.