#64DAC7

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

Shades of Downy #64DAC7

Tints of Downy #64DAC7

Color information

#64DAC7 (or 0x64DAC7) is unknown color: approx Downy. HEX triplet: 64, DA and C7. RGB value is (100,218,199). Sum of RGB (Red+Green+Blue) = 100+218+199=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAC7 is #9B2538. Grayscale: #B4B4B4. Windows color (decimal): -10167609 or 13097572. OLE color: 13097572.

HSL color Cylindrical-coordinate representation of color #64DAC7: hue angle of 170.34º 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 #64DAC7 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB100218199-
CMYK0.5400.090.15
HSL170.34º61.46%62.35%-
HSV(B)170.34º54.13%85.49%-
XYZ40.6456.9862.89-
YUV180.55138.4170.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.34%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=19.34%
G=42.17%
B=38.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181990.5400.090.15170.3461.4662.35
Hex64DAC73609Faa3d3e
Octal14433230766011172527576
Binary1100100110110101100011111011001001111110101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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