#78DDC5

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

Shades of Downy #78DDC5

Tints of Downy #78DDC5

Color information

#78DDC5 (or 0x78DDC5) is unknown color: approx Downy. HEX triplet: 78, DD and C5. RGB value is (120,221,197). Sum of RGB (Red+Green+Blue) = 120+221+197=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDC5 is #87223A. Grayscale: #BCBCBC. Windows color (decimal): -8856123 or 12967288. OLE color: 12967288.

HSL color Cylindrical-coordinate representation of color #78DDC5: hue angle of 165.74º degrees, saturation: 0.6, 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 #78DDC5 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB120221197-
CMYK0.4600.110.13
HSL165.74º59.76%66.86%-
HSV(B)165.74º45.7%86.67%-
XYZ43.6859.7462.05-
YUV188.06133.0479.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 197 (77.34% from 255) = 36.62%
R=22.30%
G=41.08%
B=36.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202211970.4600.110.13165.7459.7666.86
Hex78DDC52E0BDa63c43
Octal170335305560131524674103
Binary11110001101110111000101101110010111101101001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,221,197); }

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

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

 a { background-color: rgb(120,221,197); }

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

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

 span { border-color: rgb(120,221,197); }

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