#64BAAC

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

Shades of Tradewind #64BAAC

Tints of Tradewind #64BAAC

Color information

#64BAAC (or 0x64BAAC) is unknown color: approx Tradewind. HEX triplet: 64, BA and AC. RGB value is (100,186,172). Sum of RGB (Red+Green+Blue) = 100+186+172=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BAAC is #9B4553. Grayscale: #9E9E9E. Windows color (decimal): -10175828 or 11319908. OLE color: 11319908.

HSL color Cylindrical-coordinate representation of color #64BAAC: hue angle of 170.23º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BAAC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB100186172-
CMYK0.4600.080.27
HSL170.23º38.39%56.08%-
HSV(B)170.23º46.24%72.94%-
XYZ30.2640.8145.31-
YUV158.69135.5186.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.83%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=21.83%
G=40.61%
B=37.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861720.4600.080.27170.2338.3956.08
Hex64BAAC2E081Baa2638
Octal14427225456010332524670
Binary11001001011101010101100101110010001101110101010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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