COLOR #79C1C3

HEX: #79C1C3
RGB: (121,193,195)

Color info

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

RGB color model

#79C1C3 color RGB value is (121,193,195).

  • red value is 121;
  • green value is 193;
  • blue value is 195.
RGB:
(121,193,195)
(47%,76%,76%)

RGB channels and saturation

R 121 of 255 = 47%
G 193 of 255 = 76%
B 195 of 255 = 76%

121
193
195

R + G + B ~ 66%. #79C1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 193 + 195 = 509 (100%)
R 121 of 509 ~ 23.77%
G 193 of 509 ~ 37.92%
B 195 of 509 ~ 38.31%

%23.77
%37.92
%38.31

CMYK color model

#79C1C3 color CMYK value is (38,1,0,24).

  • cyan value is 37.95%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(38,1,0,24)
C38M1Y0K24 
(38%,1%,0%,24%)
(0.38/0.01/0.00/0.24)	

CMYK percentages

%37.95
%1.03
%0
%23.53

Codes

Color #79C1C3 in popluar color models

79C1C3
RGB121193195
HSL182°38.14%61.96%
HSB/HSV182°37.95%76.47%
CMYK37.95%1.03%0.00%
23.53%

Color #79C1C3 in popluar number systems.

HEX79C1C3
Decimal121193195
Binary11110011100000111000011
Octal171301303

Shades and tints

Shades of #79C1C3

#79C1C3
(121,193,195)
#6EB0B2
(110,176,178)
#639FA1
(99,159,161)
#588E90
(88,142,144)
#4D7D7F
(77,125,127)
#426C6E
(66,108,110)
#375B5D
(55,91,93)
#2C4A4C
(44,74,76)
#21393B
(33,57,59)
#16282A
(22,40,42)
#0B1719
(11,23,25)
#000000
(0,0,0)

Tints of #79C1C3

#79C1C3
(121,193,195)
#85C6C8
(133,198,200)
#91CBCD
(145,203,205)
#9DD0D2
(157,208,210)
#A9D5D7
(169,213,215)
#B5DADC
(181,218,220)
#C1DFE1
(193,223,225)
#CDE4E6
(205,228,230)
#D9E9EB
(217,233,235)
#E5EEF0
(229,238,240)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C1C3 color. Also use rgb(121,193,195) instead hex code.

Text Font Color

.myTextColor { color: #79C1C3; }

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

This text font color is #79C1C3.


Background Color

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

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

This div background color is #79C1C3.


Border color

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

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

This div border color is #79C1C3.


Opacity

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

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

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

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

This text has shadow with #79C1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C1C3 on black background.


Color preview on white background

This text has color #79C1C3 on white background.



Black color preview on #79C1C3 background

This text has black color on #79C1C3 background.


White color preview on #79C1C3 background

This text has white color on #79C1C3 background.