#64C5BA

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

Shades of Downy #64C5BA

Tints of Downy #64C5BA

Color information

#64C5BA (or 0x64C5BA) is unknown color: approx Downy. HEX triplet: 64, C5 and BA. RGB value is (100,197,186). Sum of RGB (Red+Green+Blue) = 100+197+186=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C5BA is #9B3A45. Grayscale: #A6A6A6. Windows color (decimal): -10172998 or 12240228. OLE color: 12240228.

HSL color Cylindrical-coordinate representation of color #64C5BA: hue angle of 173.2º 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 #64C5BA is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB100197186-
CMYK0.4900.060.23
HSL173.2º45.54%58.24%-
HSV(B)173.2º49.24%77.25%-
XYZ34.0846.1953.57-
YUV166.74138.8680.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=20.70%
G=40.79%
B=38.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001971860.4900.060.23173.245.5458.24
Hex64C5BA310617ad2e3a
Octal1443052726106272555672
Binary1100100110001011011101011000101101011110101101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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