#64D5CA

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

Shades of Downy #64D5CA

Tints of Downy #64D5CA

Color information

#64D5CA (or 0x64D5CA) is unknown color: approx Downy. HEX triplet: 64, D5 and CA. RGB value is (100,213,202). Sum of RGB (Red+Green+Blue) = 100+213+202=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5CA is #9B2A35. Grayscale: #B1B1B1. Windows color (decimal): -10168886 or 13292900. OLE color: 13292900.

HSL color Cylindrical-coordinate representation of color #64D5CA: hue angle of 174.16º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5CA is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB100213202-
CMYK0.5300.050.16
HSL174.16º57.36%61.37%-
HSV(B)174.16º53.05%83.53%-
XYZ39.7154.5664.32-
YUV177.96141.5672.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.42%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=19.42%
G=41.36%
B=39.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002132020.5300.050.16174.1657.3661.37
Hex64D5CA350510ae393d
Octal1443253126505202567175
Binary1100100110101011100101011010101011000010101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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