#78D7B5

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

Shades of Downy #78D7B5

Tints of Downy #78D7B5

Color information

#78D7B5 (or 0x78D7B5) is unknown color: approx Downy. HEX triplet: 78, D7 and B5. RGB value is (120,215,181). Sum of RGB (Red+Green+Blue) = 120+215+181=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #78D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D7B5 is #87284A. Grayscale: #B6B6B6. Windows color (decimal): -8857675 or 11917176. OLE color: 11917176.

HSL color Cylindrical-coordinate representation of color #78D7B5: hue angle of 158.53º 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 #78D7B5 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB120215181-
CMYK0.4400.160.16
HSL158.53º54.29%65.69%-
HSV(B)158.53º44.19%84.31%-
XYZ40.3955.9352.38-
YUV182.72127.0383.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.26%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=23.26%
G=41.67%
B=35.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202151810.4400.160.16158.5354.2965.69
Hex78D7B52C010109f3642
Octal170327265540202023766102
Binary1111000110101111011010110110001000010000100111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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