#64ABA2

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

Shades of Tradewind #64ABA2

Tints of Tradewind #64ABA2

Color information

#64ABA2 (or 0x64ABA2) is unknown color: approx Tradewind. HEX triplet: 64, AB and A2. RGB value is (100,171,162). Sum of RGB (Red+Green+Blue) = 100+171+162=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #64ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABA2 is #9B545D. Grayscale: #949494. Windows color (decimal): -10179678 or 10660708. OLE color: 10660708.

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

Color convert

RGB100171162-
CMYK0.4200.050.33
HSL172.39º29.71%53.14%-
HSV(B)172.39º41.52%67.06%-
XYZ26.3434.4439.44-
YUV148.74135.4893.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.09%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=23.09%
G=39.49%
B=37.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711620.4200.050.33172.3929.7153.14
Hex64ABA22A0521ac1e35
Octal1442532425205412543665
Binary1100100101010111010001010101001011000011010110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,162); }

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

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

 a { background-color: rgb(100,171,162); }

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

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

 span { border-color: rgb(100,171,162); }

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