#78D9C4

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

Shades of Downy #78D9C4

Tints of Downy #78D9C4

Color information

#78D9C4 (or 0x78D9C4) is unknown color: approx Downy. HEX triplet: 78, D9 and C4. RGB value is (120,217,196). Sum of RGB (Red+Green+Blue) = 120+217+196=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #78D9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D9C4 is #87263B. Grayscale: #B9B9B9. Windows color (decimal): -8857148 or 12900728. OLE color: 12900728.

HSL color Cylindrical-coordinate representation of color #78D9C4: hue angle of 167.01º 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 #78D9C4 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB120217196-
CMYK0.4500.100.15
HSL167.01º56.07%66.08%-
HSV(B)167.01º44.7%85.1%-
XYZ42.5257.661.1-
YUV185.6133.8681.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.51%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=22.51%
G=40.71%
B=36.77%

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
Decimal1202171960.4500.100.15167.0156.0766.08
Hex78D9C42D0AFa73842
Octal170331304550121724770102
Binary11110001101100111000100101101010101111101001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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