COLOR #79C6CA

HEX: #79C6CA RGB: (121,198,202)

Color info

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

RGB color model

#79C6CA color RGB value is (121,198,202).

RGB: (121,198,202) (47%, 78%, 79%)

RGB channels and saturation

R 121 of 255 = 47%
G 198 of 255 = 78%
B 202 of 255 = 79%

121
198
202

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

Portions of RGB colors in percentages

R + G + B = 121 + 198 + 202 = 521 (100%)
R 121 of 521 ~ 23.22%
G 198 of 521 ~ 38%
B 202 of 521 ~ 38.77'%

%23.22
%38
%38.77

CMYK color model

#79C6CA color CMYK value is (40,2,0,21).

  • cyan value is 40.10%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (40,2,0,21)
C40M2Y0K21 (40%, 2%, 0%, 21%)
(0.40 / 0.02 / 0.00 / 0.21)

CMYK percentages

%40.1
%1.98
%0
%20.78

Codes

Color #79C6CA in popluar color models

79 C6 CA
RGB 121 198 202
HSL 183° 43.32% 63.33%
HSB/HSV 183° 40.10% 79.22%
CMYK 40.10% 1.98% 0.00%
20.78%

Color #79C6CA in popluar number systems.

HEX 79 C6 CA
Decimal 121 198 202
Binary 1111001 11000110 11001010
Octal 171 306 312

Shades and tints

Shades of #79C6CA

#79C6CA
(121,198,202)
#6EB4B8
(110,180,184)
#63A2A6
(99,162,166)
#589094
(88,144,148)
#4D7E82
(77,126,130)
#426C70
(66,108,112)
#375A5E
(55,90,94)
#2C484C
(44,72,76)
#21363A
(33,54,58)
#162428
(22,36,40)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #79C6CA

#79C6CA
(121,198,202)
#85CBCE
(133,203,206)
#91D0D2
(145,208,210)
#9DD5D6
(157,213,214)
#A9DADA
(169,218,218)
#B5DFDE
(181,223,222)
#C1E4E2
(193,228,226)
#CDE9E6
(205,233,230)
#D9EEEA
(217,238,234)
#E5F3EE
(229,243,238)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C6CA color. Also use rgb(121,198,202) instead hex code.

Text Font Color

.myTextColor { color: #79C6CA; }

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

This text font color is #79C6CA.

Background Color

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

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

This div background color is #79C6CA.

Border color

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

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

This div border color is #79C6CA.

Opacity

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

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

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

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

This text has shadow with #79C6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79C6CA.

Preview

Color preview on black background

This text has color #79C6CA on black background.


Color preview on white background

This text has color #79C6CA on white background.


Black color preview on #79C6CA background

This text has black color on #79C6CA background.


White color preview on #79C6CA background

This text has white color on #79C6CA background.


Related colors

Complementary color

Complementary color for #hex is #863935.


I love getcolorcode.com

Triadic colors

1 #CA79C6 and #C6CA79 with #79C6CA are triadic colors.

2 #CAC679 and #C679CA with #79C6CA are triadic colors.