#64C1BD

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

Shades of Downy #64C1BD

Tints of Downy #64C1BD

Color information

#64C1BD (or 0x64C1BD) is unknown color: approx Downy. HEX triplet: 64, C1 and BD. RGB value is (100,193,189). Sum of RGB (Red+Green+Blue) = 100+193+189=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C1BD is #9B3E42. Grayscale: #A4A4A4. Windows color (decimal): -10174019 or 12435812. OLE color: 12435812.

HSL color Cylindrical-coordinate representation of color #64C1BD: hue angle of 177.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1BD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB100193189-
CMYK0.4800.020.24
HSL177.42º42.86%57.45%-
HSV(B)177.42º48.19%75.69%-
XYZ33.5144.5254.97-
YUV164.74141.6981.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=20.75%
G=40.04%
B=39.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931890.4800.020.24177.4242.8657.45
Hex64C1BD300218b12b39
Octal1443012756002302615371
Binary110010011000001101111011100000101100010110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,193,189); }

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

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

 a { background-color: rgb(100,193,189); }

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

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

 span { border-color: rgb(100,193,189); }

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