#64ACA1

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

Shades of Tradewind #64ACA1

Tints of Tradewind #64ACA1

Color information

#64ACA1 (or 0x64ACA1) is unknown color: approx Tradewind. HEX triplet: 64, AC and A1. RGB value is (100,172,161). Sum of RGB (Red+Green+Blue) = 100+172+161=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #64ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACA1 is #9B535E. Grayscale: #959595. Windows color (decimal): -10179423 or 10595428. OLE color: 10595428.

HSL color Cylindrical-coordinate representation of color #64ACA1: hue angle of 170.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ACA1 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB100172161-
CMYK0.4200.060.33
HSL170.83º30.25%53.33%-
HSV(B)170.83º41.86%67.45%-
XYZ26.4434.7939.04-
YUV149.22134.6592.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=23.09%
G=39.72%
B=37.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721610.4200.060.33170.8330.2553.33
Hex64ACA12A0621ab1e35
Octal1442542415206412533665
Binary1100100101011001010000110101001101000011010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,161); }

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

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

 a { background-color: rgb(100,172,161); }

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

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

 span { border-color: rgb(100,172,161); }

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