#64DCC4

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

Shades of Downy #64DCC4

Tints of Downy #64DCC4

Color information

#64DCC4 (or 0x64DCC4) is unknown color: approx Downy. HEX triplet: 64, DC and C4. RGB value is (100,220,196). Sum of RGB (Red+Green+Blue) = 100+220+196=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCC4 is #9B233B. Grayscale: #B5B5B5. Windows color (decimal): -10167100 or 12901476. OLE color: 12901476.

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

Color convert

RGB100220196-
CMYK0.5500.110.14
HSL168º63.16%62.75%-
HSV(B)168º54.55%86.27%-
XYZ40.8157.8861.25-
YUV181.38136.2469.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.38%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=19.38%
G=42.64%
B=37.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201960.5500.110.1416863.1662.75
Hex64DCC4370BEa83f3f
Octal14433430467013162507777
Binary1100100110111001100010011011101011111010101000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,196); }

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

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

 a { background-color: rgb(100,220,196); }

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

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

 span { border-color: rgb(100,220,196); }

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