#78D8B7

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

Shades of Downy #78D8B7

Tints of Downy #78D8B7

Color information

#78D8B7 (or 0x78D8B7) is unknown color: approx Downy. HEX triplet: 78, D8 and B7. RGB value is (120,216,183). Sum of RGB (Red+Green+Blue) = 120+216+183=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #78D8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D8B7 is #872748. Grayscale: #B7B7B7. Windows color (decimal): -8857417 or 12048504. OLE color: 12048504.

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

Color convert

RGB120216183-
CMYK0.4400.150.15
HSL159.38º55.17%65.88%-
HSV(B)159.38º44.44%84.71%-
XYZ40.8556.5253.56-
YUV183.53127.782.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.12%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=23.12%
G=41.62%
B=35.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202161830.4400.150.15159.3855.1765.88
Hex78D8B72C0FF9f3742
Octal170330267540171723767102
Binary11110001101100010110111101100011111111100111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,216,183); }

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

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

 a { background-color: rgb(120,216,183); }

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

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

 span { border-color: rgb(120,216,183); }

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