#64D9C7

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

Shades of Downy #64D9C7

Tints of Downy #64D9C7

Color information

#64D9C7 (or 0x64D9C7) is unknown color: approx Downy. HEX triplet: 64, D9 and C7. RGB value is (100,217,199). Sum of RGB (Red+Green+Blue) = 100+217+199=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9C7 is #9B2638. Grayscale: #B3B3B3. Windows color (decimal): -10167865 or 13097316. OLE color: 13097316.

HSL color Cylindrical-coordinate representation of color #64D9C7: hue angle of 170.77º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D9C7 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB100217199-
CMYK0.5400.080.15
HSL170.77º60.62%62.16%-
HSV(B)170.77º53.92%85.1%-
XYZ40.3856.4662.8-
YUV179.96138.7470.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.38%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 199 (78.12% from 255) = 38.57%
R=19.38%
G=42.05%
B=38.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171990.5400.080.15170.7760.6262.16
Hex64D9C73608Fab3d3e
Octal14433130766010172537576
Binary1100100110110011100011111011001000111110101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,199); }

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

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

 a { background-color: rgb(100,217,199); }

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

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

 span { border-color: rgb(100,217,199); }

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