COLOR #79FACC

HEX: #79FACC
RGB: (121,250,204)

Color info

#79FACC contains mainly green and blue colors. Web safe color of #79FACC is #66FFCC (or #6FC).

RGB color model

#79FACC color RGB value is (121,250,204).

  • red value is 121;
  • green value is 250;
  • blue value is 204.
RGB:
(121,250,204)
(47%,98%,80%)

RGB channels and saturation

R 121 of 255 = 47%
G 250 of 255 = 98%
B 204 of 255 = 80%

121
250
204

R + G + B ~ 75%. #79FACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 250 + 204 = 575 (100%)
R 121 of 575 ~ 21.04%
G 250 of 575 ~ 43.48%
B 204 of 575 ~ 35.48%

%21.04
%43.48
%35.48

CMYK color model

#79FACC color CMYK value is (52,0,18,2).

  • cyan value is 51.60%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 1.96%
CMYK:
(52,0,18,2)
C52M0Y18K2 
(52%,0%,18%,2%)
(0.52/0.00/0.18/0.02)	

CMYK percentages

%51.6
%0
%18.4
%1.96

Codes

Color #79FACC in popluar color models

79FACC
RGB121250204
HSL159°92.81%72.75%
HSB/HSV159°51.60%98.04%
CMYK51.60%0.00%18.40%
1.96%

Color #79FACC in popluar number systems.

HEX79FACC
Decimal121250204
Binary11110011111101011001100
Octal171372314

Shades and tints

Shades of #79FACC

#79FACC
(121,250,204)
#6EE4BA
(110,228,186)
#63CEA8
(99,206,168)
#58B896
(88,184,150)
#4DA284
(77,162,132)
#428C72
(66,140,114)
#377660
(55,118,96)
#2C604E
(44,96,78)
#214A3C
(33,74,60)
#16342A
(22,52,42)
#0B1E18
(11,30,24)
#000000
(0,0,0)

Tints of #79FACC

#79FACC
(121,250,204)
#85FAD0
(133,250,208)
#91FAD4
(145,250,212)
#9DFAD8
(157,250,216)
#A9FADC
(169,250,220)
#B5FAE0
(181,250,224)
#C1FAE4
(193,250,228)
#CDFAE8
(205,250,232)
#D9FAEC
(217,250,236)
#E5FAF0
(229,250,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79FACC; }

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

This text font color is #79FACC.


Background Color

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

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

This div background color is #79FACC.


Border color

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

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

This div border color is #79FACC.


Opacity

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

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

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

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

This text has shadow with #79FACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79FACC on black background.


Color preview on white background

This text has color #79FACC on white background.



Black color preview on #79FACC background

This text has black color on #79FACC background.


White color preview on #79FACC background

This text has white color on #79FACC background.