#78EDB5

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

Shades of Downy #78EDB5

Tints of Downy #78EDB5

Color information

#78EDB5 (or 0x78EDB5) is unknown color: approx Downy. HEX triplet: 78, ED and B5. RGB value is (120,237,181). Sum of RGB (Red+Green+Blue) = 120+237+181=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EDB5 is #87124A. Grayscale: #C3C3C3. Windows color (decimal): -8852043 or 11922808. OLE color: 11922808.

HSL color Cylindrical-coordinate representation of color #78EDB5: hue angle of 151.28º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDB5 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB120237181-
CMYK0.4900.240.07
HSL151.28º76.47%70%-
HSV(B)151.28º49.37%92.94%-
XYZ46.3767.954.38-
YUV195.63119.7474.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=22.30%
G=44.05%
B=33.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202371810.4900.240.07151.2876.4770
Hex78EDB5310187974c46
Octal170355265610307227114106
Binary111100011101101101101011100010110001111001011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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