#78D9C3

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

Shades of Downy #78D9C3

Tints of Downy #78D9C3

Color information

#78D9C3 (or 0x78D9C3) is unknown color: approx Downy. HEX triplet: 78, D9 and C3. RGB value is (120,217,195). Sum of RGB (Red+Green+Blue) = 120+217+195=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D9C3 is #87263C. Grayscale: #B9B9B9. Windows color (decimal): -8857149 or 12835192. OLE color: 12835192.

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

Color convert

RGB120217195-
CMYK0.4500.100.15
HSL166.39º56.07%66.08%-
HSV(B)166.39º44.7%85.1%-
XYZ42.4157.5660.5-
YUV185.49133.3681.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.56%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=22.56%
G=40.79%
B=36.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202171950.4500.100.15166.3956.0766.08
Hex78D9C32D0AFa63842
Octal170331303550121724670102
Binary11110001101100111000011101101010101111101001101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,217,195); }

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

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

 a { background-color: rgb(120,217,195); }

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

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

 span { border-color: rgb(120,217,195); }

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