#78DAB5

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

Shades of Downy #78DAB5

Tints of Downy #78DAB5

Color information

#78DAB5 (or 0x78DAB5) is unknown color: approx Downy. HEX triplet: 78, DA and B5. RGB value is (120,218,181). Sum of RGB (Red+Green+Blue) = 120+218+181=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #78DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DAB5 is #87254A. Grayscale: #B8B8B8. Windows color (decimal): -8856907 or 11917944. OLE color: 11917944.

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

Color convert

RGB120218181-
CMYK0.4500.170.15
HSL157.35º56.98%66.27%-
HSV(B)157.35º44.95%85.49%-
XYZ41.1657.4752.64-
YUV184.48126.0382.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.12%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=23.12%
G=42.00%
B=34.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202181810.4500.170.15157.3556.9866.27
Hex78DAB52D011F9d3942
Octal170332265550211723571102
Binary111100011011010101101011011010100011111100111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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