#64E1BC

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

Shades of Downy #64E1BC

Tints of Downy #64E1BC

Color information

#64E1BC (or 0x64E1BC) is unknown color: approx Downy. HEX triplet: 64, E1 and BC. RGB value is (100,225,188). Sum of RGB (Red+Green+Blue) = 100+225+188=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E1BC is #9B1E43. Grayscale: #B7B7B7. Windows color (decimal): -10165828 or 12378468. OLE color: 12378468.

HSL color Cylindrical-coordinate representation of color #64E1BC: hue angle of 162.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1BC is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB100225188-
CMYK0.5600.160.12
HSL162.24º67.57%63.73%-
HSV(B)162.24º55.56%88.24%-
XYZ41.2660.1957.02-
YUV183.41130.5968.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.49%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=19.49%
G=43.86%
B=36.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002251880.5600.160.12162.2467.5763.73
Hex64E1BC38010Ca24440
Octal1443412747002014242104100
Binary1100100111000011011110011100001000011001010001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,225,188); }

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

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

 a { background-color: rgb(100,225,188); }

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

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

 span { border-color: rgb(100,225,188); }

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