#64d6c5

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

Shades of Downy #64D6C5

Tints of Downy #64D6C5

Color information

#64D6C5 (or 0x64D6C5) is unknown color: approx Downy. HEX triplet: 64, D6 and C5. RGB value is (100,214,197). Sum of RGB (Red+Green+Blue) = 100+214+197=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6C5 is #9B293A. Grayscale: #B1B1B1. Windows color (decimal): -10168635 or 12965476. OLE color: 12965476.

HSL color Cylindrical-coordinate representation of color #64D6C5: hue angle of 171.05º degrees, saturation: 0.58, 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 #64D6C5 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB100214197-
CMYK0.5300.080.16
HSL171.05º58.16%61.57%-
HSV(B)171.05º53.27%83.92%-
XYZ39.3854.8361.33-
YUV177.98138.7372.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=19.57%
G=41.88%
B=38.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002141970.5300.080.16171.0558.1661.57
Hex64D6C5350810ab3a3e
Octal14432630565010202537276
Binary11001001101011011000101110101010001000010101011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64d6c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,214,197); }

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

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

 a { background-color: rgb(100,214,197); }

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

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

 span { border-color: rgb(100,214,197); }

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