#64ACA6

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

Shades of Tradewind #64ACA6

Tints of Tradewind #64ACA6

Color information

#64ACA6 (or 0x64ACA6) is unknown color: approx Tradewind. HEX triplet: 64, AC and A6. RGB value is (100,172,166). Sum of RGB (Red+Green+Blue) = 100+172+166=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #64ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACA6 is #9B5359. Grayscale: #959595. Windows color (decimal): -10179418 or 10923108. OLE color: 10923108.

HSL color Cylindrical-coordinate representation of color #64ACA6: hue angle of 175º 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 #64ACA6 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB100172166-
CMYK0.4200.030.33
HSL175º30.25%53.33%-
HSV(B)175º41.86%67.45%-
XYZ26.8934.9741.41-
YUV149.79137.1592.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=22.83%
G=39.27%
B=37.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721660.4200.030.3317530.2553.33
Hex64ACA62A0321af1e35
Octal1442542465203412573665
Binary110010010101100101001101010100111000011010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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