#78DAC4

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

Shades of Downy #78DAC4

Tints of Downy #78DAC4

Color information

#78DAC4 (or 0x78DAC4) is unknown color: approx Downy. HEX triplet: 78, DA and C4. RGB value is (120,218,196). Sum of RGB (Red+Green+Blue) = 120+218+196=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DAC4 is #87253B. Grayscale: #BABABA. Windows color (decimal): -8856892 or 12900984. OLE color: 12900984.

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

Color convert

RGB120218196-
CMYK0.4500.100.15
HSL166.53º56.98%66.27%-
HSV(B)166.53º44.95%85.49%-
XYZ42.7858.1261.19-
YUV186.19133.5380.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.47%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=22.47%
G=40.82%
B=36.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202181960.4500.100.15166.5356.9866.27
Hex78DAC42D0AFa73942
Octal170332304550121724771102
Binary11110001101101011000100101101010101111101001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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