COLOR #78FAF8

HEX: #78FAF8 RGB: (120,250,248)

Color info

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

RGB color model

#78FAF8 color RGB value is (120,250,248).

RGB: (120,250,248) (47%, 98%, 97%)

RGB channels and saturation

R 120 of 255 = 47%
G 250 of 255 = 98%
B 248 of 255 = 97%

120
250
248

R + G + B ~ 81%. #78FAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 250 + 248 = 618 (100%)
R 120 of 618 ~ 19.42%
G 250 of 618 ~ 40.45%
B 248 of 618 ~ 40.13'%

%19.42
%40.45
%40.13

CMYK color model

#78FAF8 color CMYK value is (52,0,1,2).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%

CMYK: (52,0,1,2)
C52M0Y1K2 (52%, 0%, 1%, 2%)
(0.52 / 0.00 / 0.01 / 0.02)

CMYK percentages

%52
%0
%0.8
%1.96

Codes

Color #78FAF8 in popluar color models

78 FA F8
RGB 120 250 248
HSL 179° 92.86% 72.55%
HSB/HSV 179° 52.00% 98.04%
CMYK 52.00% 0.00% 0.80%
1.96%

Color #78FAF8 in popluar number systems.

HEX 78 FA F8
Decimal 120 250 248
Binary 1111000 11111010 11111000
Octal 170 372 370

Shades and tints

Shades of #78FAF8

#78FAF8
(120,250,248)
#6EE4E2
(110,228,226)
#64CECC
(100,206,204)
#5AB8B6
(90,184,182)
#50A2A0
(80,162,160)
#468C8A
(70,140,138)
#3C7674
(60,118,116)
#32605E
(50,96,94)
#284A48
(40,74,72)
#1E3432
(30,52,50)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #78FAF8

#78FAF8
(120,250,248)
#84FAF8
(132,250,248)
#90FAF8
(144,250,248)
#9CFAF8
(156,250,248)
#A8FAF8
(168,250,248)
#B4FAF8
(180,250,248)
#C0FAF8
(192,250,248)
#CCFAF8
(204,250,248)
#D8FAF8
(216,250,248)
#E4FAF8
(228,250,248)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78FAF8 color. Also use rgb(120,250,248) instead hex code.

Text Font Color

.myTextColor { color: #78FAF8; }

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

This text font color is #78FAF8.

Background Color

.myBgColor { background-color: #78FAF8; }

<div style="background-color:#78FAF8">Inner text</div>

This div background color is #78FAF8.

Border color

.myBorderColor { border: 1px solid #78FAF8; }

<div style="border:3px solid #78FAF8">Div</div>

This div border color is #78FAF8.

Opacity

.myOpacity80 { color: #78FAF8; opacity: 0.8; }

<p style="color:#78FAF8;opacity:0.8;">80%</p>

Text with #78FAF8 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 #78FAF8;}

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

This text has shadow with #78FAF8 color.


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

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

This text has shadow with #78FAF8 primary color and red secondary color.


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

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

This text has shadow with #78FAF8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78FAF8.

Preview

Color preview on black background

This text has color #78FAF8 on black background.


Color preview on white background

This text has color #78FAF8 on white background.


Black color preview on #78FAF8 background

This text has black color on #78FAF8 background.


White color preview on #78FAF8 background

This text has white color on #78FAF8 background.


Related colors

Complementary color

Complementary color for #hex is #870507.


I love getcolorcode.com

Triadic colors

1 #F878FA and #FAF878 with #78FAF8 are triadic colors.

2 #F8FA78 and #FA78F8 with #78FAF8 are triadic colors.