#64D5C3

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

Shades of Downy #64D5C3

Tints of Downy #64D5C3

Color information

#64D5C3 (or 0x64D5C3) is unknown color: approx Downy. HEX triplet: 64, D5 and C3. RGB value is (100,213,195). Sum of RGB (Red+Green+Blue) = 100+213+195=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5C3 is #9B2A3C. Grayscale: #B1B1B1. Windows color (decimal): -10168893 or 12834148. OLE color: 12834148.

HSL color Cylindrical-coordinate representation of color #64D5C3: hue angle of 170.44º 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 #64D5C3 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB100213195-
CMYK0.5300.080.16
HSL170.44º57.36%61.37%-
HSV(B)170.44º53.05%83.53%-
XYZ38.954.2460.05-
YUV177.16138.0672.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=19.69%
G=41.93%
B=38.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131950.5300.080.16170.4457.3661.37
Hex64D5C3350810aa393d
Octal14432530365010202527175
Binary11001001101010111000011110101010001000010101010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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