#64B2AA

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

Shades of Tradewind #64B2AA

Tints of Tradewind #64B2AA

Color information

#64B2AA (or 0x64B2AA) is unknown color: approx Tradewind. HEX triplet: 64, B2 and AA. RGB value is (100,178,170). Sum of RGB (Red+Green+Blue) = 100+178+170=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #64B2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B2AA is #9B4D55. Grayscale: #999999. Windows color (decimal): -10177878 or 11186788. OLE color: 11186788.

HSL color Cylindrical-coordinate representation of color #64B2AA: hue angle of 173.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B2AA is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB100178170-
CMYK0.4400.040.30
HSL173.85º33.62%54.51%-
HSV(B)173.85º43.82%69.8%-
XYZ28.4337.4543.76-
YUV153.77137.1689.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=22.32%
G=39.73%
B=37.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001781700.4400.040.30173.8533.6254.51
Hex64B2AA2C041Eae2237
Octal1442622525404362564267
Binary1100100101100101010101010110001001111010101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,178,170); }

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

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

 a { background-color: rgb(100,178,170); }

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

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

 span { border-color: rgb(100,178,170); }

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