COLOR #79C4C7

HEX: #79C4C7
RGB: (121,196,199)

Color info

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

RGB color model

#79C4C7 color RGB value is (121,196,199).

  • red value is 121;
  • green value is 196;
  • blue value is 199.
RGB:
(121,196,199)
(47%,77%,78%)

RGB channels and saturation

R 121 of 255 = 47%
G 196 of 255 = 77%
B 199 of 255 = 78%

121
196
199

R + G + B ~ 67%. #79C4C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 196 + 199 = 516 (100%)
R 121 of 516 ~ 23.45%
G 196 of 516 ~ 37.98%
B 199 of 516 ~ 38.57%

%23.45
%37.98
%38.57

CMYK color model

#79C4C7 color CMYK value is (39,2,0,22).

  • cyan value is 39.20%
  • magenta value is 1.51%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(39,2,0,22)
C39M2Y0K22 
(39%,2%,0%,22%)
(0.39/0.02/0.00/0.22)	

CMYK percentages

%39.2
%1.51
%0
%21.96

Codes

Color #79C4C7 in popluar color models

79C4C7
RGB121196199
HSL182°41.05%62.75%
HSB/HSV182°39.20%78.04%
CMYK39.20%1.51%0.00%
21.96%

Color #79C4C7 in popluar number systems.

HEX79C4C7
Decimal121196199
Binary11110011100010011000111
Octal171304307

Shades and tints

Shades of #79C4C7

#79C4C7
(121,196,199)
#6EB3B5
(110,179,181)
#63A2A3
(99,162,163)
#589191
(88,145,145)
#4D807F
(77,128,127)
#426F6D
(66,111,109)
#375E5B
(55,94,91)
#2C4D49
(44,77,73)
#213C37
(33,60,55)
#162B25
(22,43,37)
#0B1A13
(11,26,19)
#000000
(0,0,0)

Tints of #79C4C7

#79C4C7
(121,196,199)
#85C9CC
(133,201,204)
#91CED1
(145,206,209)
#9DD3D6
(157,211,214)
#A9D8DB
(169,216,219)
#B5DDE0
(181,221,224)
#C1E2E5
(193,226,229)
#CDE7EA
(205,231,234)
#D9ECEF
(217,236,239)
#E5F1F4
(229,241,244)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79C4C7 color. Also use rgb(121,196,199) instead hex code.

Text Font Color

.myTextColor { color: #79C4C7; }

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

This text font color is #79C4C7.


Background Color

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

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

This div background color is #79C4C7.


Border color

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

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

This div border color is #79C4C7.


Opacity

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

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

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

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

This text has shadow with #79C4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79C4C7 on black background.


Color preview on white background

This text has color #79C4C7 on white background.



Black color preview on #79C4C7 background

This text has black color on #79C4C7 background.


White color preview on #79C4C7 background

This text has white color on #79C4C7 background.