#64D1B9

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

Shades of Downy #64D1B9

Tints of Downy #64D1B9

Color information

#64D1B9 (or 0x64D1B9) is unknown color: approx Downy. HEX triplet: 64, D1 and B9. RGB value is (100,209,185). Sum of RGB (Red+Green+Blue) = 100+209+185=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #64D1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D1B9 is #9B2E46. Grayscale: #ADADAD. Windows color (decimal): -10169927 or 12177764. OLE color: 12177764.

HSL color Cylindrical-coordinate representation of color #64D1B9: hue angle of 166.79º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D1B9 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB100209185-
CMYK0.5200.110.18
HSL166.79º54.23%60.59%-
HSV(B)166.79º52.15%81.96%-
XYZ36.8151.8153.96-
YUV173.67134.3975.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.24%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=20.24%
G=42.31%
B=37.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002091850.5200.110.18166.7954.2360.59
Hex64D1B9340B12a7363d
Octal14432127164013222476675
Binary11001001101000110111001110100010111001010100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,209,185); }

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

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

 a { background-color: rgb(100,209,185); }

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

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

 span { border-color: rgb(100,209,185); }

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