#64D7D0

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

Shades of Downy #64D7D0

Tints of Downy #64D7D0

Color information

#64D7D0 (or 0x64D7D0) is unknown color: approx Downy. HEX triplet: 64, D7 and D0. RGB value is (100,215,208). Sum of RGB (Red+Green+Blue) = 100+215+208=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7D0 is #9B282F. Grayscale: #B3B3B3. Windows color (decimal): -10168368 or 13686628. OLE color: 13686628.

HSL color Cylindrical-coordinate representation of color #64D7D0: hue angle of 176.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7D0 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB100215208-
CMYK0.5300.030.16
HSL176.35º58.97%61.76%-
HSV(B)176.35º53.49%84.31%-
XYZ40.9455.8668.3-
YUV179.82143.971.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.12%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=19.12%
G=41.11%
B=39.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002152080.5300.030.16176.3558.9761.76
Hex64D7D0350310b03b3e
Octal1443273206503202607376
Binary110010011010111110100001101010111000010110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,215,208); }

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

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

 a { background-color: rgb(100,215,208); }

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

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

 span { border-color: rgb(100,215,208); }

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