#78DABC

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

Shades of Downy #78DABC

Tints of Downy #78DABC

Color information

#78DABC (or 0x78DABC) is unknown color: approx Downy. HEX triplet: 78, DA and BC. RGB value is (120,218,188). Sum of RGB (Red+Green+Blue) = 120+218+188=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #78DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DABC is #872543. Grayscale: #B9B9B9. Windows color (decimal): -8856900 or 12376696. OLE color: 12376696.

HSL color Cylindrical-coordinate representation of color #78DABC: hue angle of 161.63º 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 #78DABC is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB120218188-
CMYK0.4500.140.15
HSL161.63º56.98%66.27%-
HSV(B)161.63º44.95%85.49%-
XYZ41.8957.7756.52-
YUV185.28129.5381.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.81%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=22.81%
G=41.44%
B=35.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202181880.4500.140.15161.6356.9866.27
Hex78DABC2D0EFa23942
Octal170332274550161724271102
Binary11110001101101010111100101101011101111101000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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