#64DEC1

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

Shades of Downy #64DEC1

Tints of Downy #64DEC1

Color information

#64DEC1 (or 0x64DEC1) is unknown color: approx Downy. HEX triplet: 64, DE and C1. RGB value is (100,222,193). Sum of RGB (Red+Green+Blue) = 100+222+193=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DEC1 is #9B213E. Grayscale: #B6B6B6. Windows color (decimal): -10166591 or 12705380. OLE color: 12705380.

HSL color Cylindrical-coordinate representation of color #64DEC1: hue angle of 165.74º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEC1 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB100222193-
CMYK0.5500.130.13
HSL165.74º64.89%63.14%-
HSV(B)165.74º54.95%87.06%-
XYZ4158.859.64-
YUV182.22134.0869.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.42%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=19.42%
G=43.11%
B=37.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221930.5500.130.13165.7464.8963.14
Hex64DEC1370DDa6413f
Octal144336301670151524610177
Binary11001001101111011000001110111011011101101001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,193); }

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

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

 a { background-color: rgb(100,222,193); }

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

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

 span { border-color: rgb(100,222,193); }

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