#78DCB6

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

Shades of Downy #78DCB6

Tints of Downy #78DCB6

Color information

#78DCB6 (or 0x78DCB6) is unknown color: approx Downy. HEX triplet: 78, DC and B6. RGB value is (120,220,182). Sum of RGB (Red+Green+Blue) = 120+220+182=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCB6 is #872349. Grayscale: #B9B9B9. Windows color (decimal): -8856394 or 11983992. OLE color: 11983992.

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

Color convert

RGB120220182-
CMYK0.4500.170.14
HSL157.2º58.82%66.67%-
HSV(B)157.2º45.45%86.27%-
XYZ41.7858.5653.36-
YUV185.77125.8781.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.99%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=22.99%
G=42.15%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1202201820.4500.170.14157.258.8266.67
Hex78DCB62D011E9d3b43
Octal170334266550211623573103
Binary111100011011100101101101011010100011110100111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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