#64ADA5

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

Shades of Tradewind #64ADA5

Tints of Tradewind #64ADA5

Color information

#64ADA5 (or 0x64ADA5) is unknown color: approx Tradewind. HEX triplet: 64, AD and A5. RGB value is (100,173,165). Sum of RGB (Red+Green+Blue) = 100+173+165=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADA5 is #9B525A. Grayscale: #969696. Windows color (decimal): -10179163 or 10857828. OLE color: 10857828.

HSL color Cylindrical-coordinate representation of color #64ADA5: hue angle of 173.42º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ADA5 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB100173165-
CMYK0.4200.050.32
HSL173.42º30.8%53.53%-
HSV(B)173.42º42.2%67.84%-
XYZ26.9935.3140.99-
YUV150.26136.3292.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=22.83%
G=39.50%
B=37.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731650.4200.050.32173.4230.853.53
Hex64ADA52A0520ad1f36
Octal1442552455205402553766
Binary1100100101011011010010110101001011000001010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,173,165); }

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

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

 a { background-color: rgb(100,173,165); }

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

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

 span { border-color: rgb(100,173,165); }

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