#78DBB5

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

Shades of Downy #78DBB5

Tints of Downy #78DBB5

Color information

#78DBB5 (or 0x78DBB5) is unknown color: approx Downy. HEX triplet: 78, DB and B5. RGB value is (120,219,181). Sum of RGB (Red+Green+Blue) = 120+219+181=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBB5 is #87244A. Grayscale: #B9B9B9. Windows color (decimal): -8856651 or 11918200. OLE color: 11918200.

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

Color convert

RGB120219181-
CMYK0.4500.170.14
HSL156.97º57.89%66.47%-
HSV(B)156.97º45.21%85.88%-
XYZ41.4257.9952.73-
YUV185.07125.781.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.08%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=23.08%
G=42.12%
B=34.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202191810.4500.170.14156.9757.8966.47
Hex78DBB52D011E9d3a42
Octal170333265550211623572102
Binary111100011011011101101011011010100011110100111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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