#64C8CA

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

Shades of Downy #64C8CA

Tints of Downy #64C8CA

Color information

#64C8CA (or 0x64C8CA) is unknown color: approx Downy. HEX triplet: 64, C8 and CA. RGB value is (100,200,202). Sum of RGB (Red+Green+Blue) = 100+200+202=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #64C8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C8CA is #9B3735. Grayscale: #AAAAAA. Windows color (decimal): -10172214 or 13289572. OLE color: 13289572.

HSL color Cylindrical-coordinate representation of color #64C8CA: hue angle of 181.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C8CA is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100200202-
CMYK0.500.0100.21
HSL181.18º49.04%59.22%-
HSV(B)181.18º50.5%79.22%-
XYZ36.5748.2863.27-
YUV170.33145.8777.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.92%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=19.92%
G=39.84%
B=40.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002002020.500.0100.21181.1849.0459.22
Hex64C8CA321015b5313b
Octal1443103126210252656173
Binary11001001100100011001010110010101010110110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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