#78DAC0

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

Shades of Downy #78DAC0

Tints of Downy #78DAC0

Color information

#78DAC0 (or 0x78DAC0) is unknown color: approx Downy. HEX triplet: 78, DA and C0. RGB value is (120,218,192). Sum of RGB (Red+Green+Blue) = 120+218+192=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DAC0 is #87253F. Grayscale: #B9B9B9. Windows color (decimal): -8856896 or 12638840. OLE color: 12638840.

HSL color Cylindrical-coordinate representation of color #78DAC0: hue angle of 164.08º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DAC0 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB120218192-
CMYK0.4500.120.15
HSL164.08º56.98%66.27%-
HSV(B)164.08º44.95%85.49%-
XYZ42.3357.9458.82-
YUV185.73131.5381.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.64%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=22.64%
G=41.13%
B=36.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202181920.4500.120.15164.0856.9866.27
Hex78DAC02D0CFa43942
Octal170332300550141724471102
Binary11110001101101011000000101101011001111101001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,218,192); }

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

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

 a { background-color: rgb(120,218,192); }

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

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

 span { border-color: rgb(120,218,192); }

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