#64D1CA

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

Shades of Downy #64D1CA

Tints of Downy #64D1CA

Color information

#64D1CA (or 0x64D1CA) is unknown color: approx Downy. HEX triplet: 64, D1 and CA. RGB value is (100,209,202). Sum of RGB (Red+Green+Blue) = 100+209+202=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #64D1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D1CA is #9B2E35. Grayscale: #AFAFAF. Windows color (decimal): -10169910 or 13291876. OLE color: 13291876.

HSL color Cylindrical-coordinate representation of color #64D1CA: hue angle of 176.15º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D1CA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB100209202-
CMYK0.5200.030.18
HSL176.15º54.23%60.59%-
HSV(B)176.15º52.15%81.96%-
XYZ38.7252.5763.98-
YUV175.61142.8974.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=19.57%
G=40.90%
B=39.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002092020.5200.030.18176.1554.2360.59
Hex64D1CA340312b0363d
Octal1443213126403222606675
Binary110010011010001110010101101000111001010110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,209,202); }

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

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

 a { background-color: rgb(100,209,202); }

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

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

 span { border-color: rgb(100,209,202); }

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