#78D7B6

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

Shades of Downy #78D7B6

Tints of Downy #78D7B6

Color information

#78D7B6 (or 0x78D7B6) is unknown color: approx Downy. HEX triplet: 78, D7 and B6. RGB value is (120,215,182). Sum of RGB (Red+Green+Blue) = 120+215+182=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7B6 is #872849. Grayscale: #B6B6B6. Windows color (decimal): -8857674 or 11982712. OLE color: 11982712.

HSL color Cylindrical-coordinate representation of color #78D7B6: hue angle of 159.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D7B6 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB120215182-
CMYK0.4400.150.16
HSL159.16º54.29%65.69%-
HSV(B)159.16º44.19%84.31%-
XYZ40.4955.9752.93-
YUV182.83127.5383.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.21%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=23.21%
G=41.59%
B=35.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202151820.4400.150.16159.1654.2965.69
Hex78D7B62C0F109f3642
Octal170327266540172023766102
Binary111100011010111101101101011000111110000100111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,215,182); }

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

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

 a { background-color: rgb(120,215,182); }

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

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

 span { border-color: rgb(120,215,182); }

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