#78DEB8

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

Shades of Downy #78DEB8

Tints of Downy #78DEB8

Color information

#78DEB8 (or 0x78DEB8) is unknown color: approx Downy. HEX triplet: 78, DE and B8. RGB value is (120,222,184). Sum of RGB (Red+Green+Blue) = 120+222+184=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #78DEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DEB8 is #872147. Grayscale: #BBBBBB. Windows color (decimal): -8855880 or 12115576. OLE color: 12115576.

HSL color Cylindrical-coordinate representation of color #78DEB8: hue angle of 157.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DEB8 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB120222184-
CMYK0.4600.170.13
HSL157.65º60.71%67.06%-
HSV(B)157.65º45.95%87.06%-
XYZ42.5259.754.63-
YUV187.17126.2180.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.81%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=22.81%
G=42.21%
B=34.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202221840.4600.170.13157.6560.7167.06
Hex78DEB82E011D9e3d43
Octal170336270560211523675103
Binary111100011011110101110001011100100011101100111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,222,184); }

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

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

 a { background-color: rgb(120,222,184); }

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

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

 span { border-color: rgb(120,222,184); }

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