#64DAC4

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

Shades of Downy #64DAC4

Tints of Downy #64DAC4

Color information

#64DAC4 (or 0x64DAC4) is unknown color: approx Downy. HEX triplet: 64, DA and C4. RGB value is (100,218,196). Sum of RGB (Red+Green+Blue) = 100+218+196=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAC4 is #9B253B. Grayscale: #B4B4B4. Windows color (decimal): -10167612 or 12900964. OLE color: 12900964.

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

Color convert

RGB100218196-
CMYK0.5400.100.15
HSL168.81º61.46%62.35%-
HSV(B)168.81º54.13%85.49%-
XYZ40.2956.8461.07-
YUV180.21136.9170.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 218 (85.55% from 255) = 42.41%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=19.46%
G=42.41%
B=38.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181960.5400.100.15168.8161.4662.35
Hex64DAC4360AFa93d3e
Octal14433230466012172517576
Binary1100100110110101100010011011001010111110101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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