#64E1D2

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

Shades of Downy #64E1D2

Tints of Downy #64E1D2

Color information

#64E1D2 (or 0x64E1D2) is unknown color: approx Downy. HEX triplet: 64, E1 and D2. RGB value is (100,225,210). Sum of RGB (Red+Green+Blue) = 100+225+210=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E1D2 is #9B1E2D. Grayscale: #B9B9B9. Windows color (decimal): -10165806 or 13820260. OLE color: 13820260.

HSL color Cylindrical-coordinate representation of color #64E1D2: hue angle of 172.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1D2 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB100225210-
CMYK0.5600.070.12
HSL172.8º67.57%63.73%-
HSV(B)172.8º55.56%88.24%-
XYZ43.8161.2170.48-
YUV185.92141.5966.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.69%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=18.69%
G=42.06%
B=39.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002252100.5600.070.12172.867.5763.73
Hex64E1D23807Cad4440
Octal144341322700714255104100
Binary11001001110000111010010111000011111001010110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,225,210); }

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

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

 a { background-color: rgb(100,225,210); }

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

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

 span { border-color: rgb(100,225,210); }

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