#78D3DC

Color #78D3DC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #78D3DC

Tints of Spray #78D3DC

Color information

#78D3DC (or 0x78D3DC) is unknown color: approx Spray. HEX triplet: 78, D3 and DC. RGB value is (120,211,220). Sum of RGB (Red+Green+Blue) = 120+211+220=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #78D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D3DC is #872C23. Grayscale: #B8B8B8. Windows color (decimal): -8858660 or 14472056. OLE color: 14472056.

HSL color Cylindrical-coordinate representation of color #78D3DC: hue angle of 185.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D3DC is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120211220-
CMYK0.450.0400.14
HSL185.4º58.82%66.67%-
HSV(B)185.4º45.45%86.27%-
XYZ43.9655.7576.15-
YUV184.82147.8581.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 21.78%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=21.78%
G=38.29%
B=39.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202112200.450.0400.14185.458.8266.67
Hex78D3DC2D40Eb93b43
Octal17032333455401627173103
Binary1111000110100111101110010110110001110101110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78D3DC; }

 p { color: rgb(120,211,220); }

 H1.HeaderClassName
 {
   color: #78D3DC;
 }
 .AnyTagClassName
 {
   color: #78D3DC;
 }
</style>
background-color css

<style>
 a { background-color: #78D3DC; }

 a { background-color: rgb(120,211,220); }

 div.DivClassName
 {
   background-color: #78D3DC;
 }
 .BgClassName
 {
   background-color: #78D3DC;
 }
</style>
border-color css

<style>
 span { border-color: #78D3DC; }

 span { border-color: rgb(120,211,220); }

 td.TdClassName
 {
   border-color: #78D3DC;
 }
 .TagClassName
 {
   border-color: #78D3DC;
 }
</style>