COLOR #79E7F0

HEX: #79E7F0
RGB: (121,231,240)

Color info

#79E7F0 contains mainly green and blue colors. Web safe color of #79E7F0 is #66FFFF (or #6FF).

RGB color model

#79E7F0 color RGB value is (121,231,240).

  • red value is 121;
  • green value is 231;
  • blue value is 240.
RGB:
(121,231,240)
(47%,91%,94%)

RGB channels and saturation

R 121 of 255 = 47%
G 231 of 255 = 91%
B 240 of 255 = 94%

121
231
240

R + G + B ~ 77%. #79E7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 231 + 240 = 592 (100%)
R 121 of 592 ~ 20.44%
G 231 of 592 ~ 39.02%
B 240 of 592 ~ 40.54%

%20.44
%39.02
%40.54

CMYK color model

#79E7F0 color CMYK value is (50,4,0,6).

  • cyan value is 49.58%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(50,4,0,6)
C50M4Y0K6 
(50%,4%,0%,6%)
(0.50/0.04/0.00/0.06)	

CMYK percentages

%49.58
%3.75
%0
%5.88

Codes

Color #79E7F0 in popluar color models

79E7F0
RGB121231240
HSL185°79.87%70.78%
HSB/HSV185°49.58%94.12%
CMYK49.58%3.75%0.00%
5.88%

Color #79E7F0 in popluar number systems.

HEX79E7F0
Decimal121231240
Binary11110011110011111110000
Octal171347360

Shades and tints

Shades of #79E7F0

#79E7F0
(121,231,240)
#6ED2DB
(110,210,219)
#63BDC6
(99,189,198)
#58A8B1
(88,168,177)
#4D939C
(77,147,156)
#427E87
(66,126,135)
#376972
(55,105,114)
#2C545D
(44,84,93)
#213F48
(33,63,72)
#162A33
(22,42,51)
#0B151E
(11,21,30)
#000000
(0,0,0)

Tints of #79E7F0

#79E7F0
(121,231,240)
#85E9F1
(133,233,241)
#91EBF2
(145,235,242)
#9DEDF3
(157,237,243)
#A9EFF4
(169,239,244)
#B5F1F5
(181,241,245)
#C1F3F6
(193,243,246)
#CDF5F7
(205,245,247)
#D9F7F8
(217,247,248)
#E5F9F9
(229,249,249)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79E7F0 color. Also use rgb(121,231,240) instead hex code.

Text Font Color

.myTextColor { color: #79E7F0; }

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

This text font color is #79E7F0.


Background Color

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

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

This div background color is #79E7F0.


Border color

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

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

This div border color is #79E7F0.


Opacity

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

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

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

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

This text has shadow with #79E7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79E7F0 on black background.


Color preview on white background

This text has color #79E7F0 on white background.



Black color preview on #79E7F0 background

This text has black color on #79E7F0 background.


White color preview on #79E7F0 background

This text has white color on #79E7F0 background.