#78DBC2

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

Shades of Downy #78DBC2

Tints of Downy #78DBC2

Color information

#78DBC2 (or 0x78DBC2) is unknown color: approx Downy. HEX triplet: 78, DB and C2. RGB value is (120,219,194). Sum of RGB (Red+Green+Blue) = 120+219+194=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBC2 is #87243D. Grayscale: #BABABA. Windows color (decimal): -8856638 or 12770168. OLE color: 12770168.

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

Color convert

RGB120219194-
CMYK0.4500.110.14
HSL164.85º57.89%66.47%-
HSV(B)164.85º45.21%85.88%-
XYZ42.8158.5560.08-
YUV186.55132.280.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.51%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=22.51%
G=41.09%
B=36.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202191940.4500.110.14164.8557.8966.47
Hex78DBC22D0BEa53a42
Octal170333302550131624572102
Binary11110001101101111000010101101010111110101001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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