#64DAC3

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

Shades of Downy #64DAC3

Tints of Downy #64DAC3

Color information

#64DAC3 (or 0x64DAC3) is unknown color: approx Downy. HEX triplet: 64, DA and C3. RGB value is (100,218,195). Sum of RGB (Red+Green+Blue) = 100+218+195=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAC3 is #9B253C. Grayscale: #B4B4B4. Windows color (decimal): -10167613 or 12835428. OLE color: 12835428.

HSL color Cylindrical-coordinate representation of color #64DAC3: hue angle of 168.31º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAC3 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB100218195-
CMYK0.5400.110.15
HSL168.31º61.46%62.35%-
HSV(B)168.31º54.13%85.49%-
XYZ40.1856.7960.47-
YUV180.1136.4170.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.49%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=19.49%
G=42.50%
B=38.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181950.5400.110.15168.3161.4662.35
Hex64DAC3360BFa83d3e
Octal14433230366013172507576
Binary1100100110110101100001111011001011111110101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64DAC3; }

 p { color: rgb(100,218,195); }

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

<style>
 a { background-color: #64DAC3; }

 a { background-color: rgb(100,218,195); }

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

<style>
 span { border-color: #64DAC3; }

 span { border-color: rgb(100,218,195); }

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