#64C5B7

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

Shades of Downy #64C5B7

Tints of Downy #64C5B7

Color information

#64C5B7 (or 0x64C5B7) is unknown color: approx Downy. HEX triplet: 64, C5 and B7. RGB value is (100,197,183). Sum of RGB (Red+Green+Blue) = 100+197+183=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5B7 is #9B3A48. Grayscale: #A6A6A6. Windows color (decimal): -10173001 or 12043620. OLE color: 12043620.

HSL color Cylindrical-coordinate representation of color #64C5B7: hue angle of 171.34º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C5B7 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB100197183-
CMYK0.4900.070.23
HSL171.34º45.54%58.24%-
HSV(B)171.34º49.24%77.25%-
XYZ33.7746.0651.91-
YUV166.4137.3680.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 183 (71.88% from 255) = 38.12%
R=20.83%
G=41.04%
B=38.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001971830.4900.070.23171.3445.5458.24
Hex64C5B7310717ab2e3a
Octal1443052676107272535672
Binary1100100110001011011011111000101111011110101011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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