#64DDD2

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

Shades of Downy #64DDD2

Tints of Downy #64DDD2

Color information

#64DDD2 (or 0x64DDD2) is unknown color: approx Downy. HEX triplet: 64, DD and D2. RGB value is (100,221,210). Sum of RGB (Red+Green+Blue) = 100+221+210=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD2 is #9B222D. Grayscale: #B7B7B7. Windows color (decimal): -10166830 or 13819236. OLE color: 13819236.

HSL color Cylindrical-coordinate representation of color #64DDD2: hue angle of 174.55º degrees, saturation: 0.64, 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 #64DDD2 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB100221210-
CMYK0.5500.050.13
HSL174.55º64.02%62.94%-
HSV(B)174.55º54.75%86.67%-
XYZ42.7459.0870.12-
YUV183.57142.9168.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.83%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 210 (82.42% from 255) = 39.55%
R=18.83%
G=41.62%
B=39.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002212100.5500.050.13174.5564.0262.94
Hex64DDD23705Daf403f
Octal14433532267051525710077
Binary1100100110111011101001011011101011101101011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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