#64B9AB

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

Shades of Tradewind #64B9AB

Tints of Tradewind #64B9AB

Color information

#64B9AB (or 0x64B9AB) is unknown color: approx Tradewind. HEX triplet: 64, B9 and AB. RGB value is (100,185,171). Sum of RGB (Red+Green+Blue) = 100+185+171=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #64B9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B9AB is #9B4654. Grayscale: #9D9D9D. Windows color (decimal): -10176085 or 11254116. OLE color: 11254116.

HSL color Cylindrical-coordinate representation of color #64B9AB: hue angle of 170.12º 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 #64B9AB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB100185171-
CMYK0.4600.080.27
HSL170.12º37.78%55.88%-
HSV(B)170.12º45.95%72.55%-
XYZ29.9640.3544.74-
YUV157.99135.3486.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=21.93%
G=40.57%
B=37.5%

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
Decimal1001851710.4600.080.27170.1237.7855.88
Hex64B9AB2E081Baa2638
Octal14427125356010332524670
Binary11001001011100110101011101110010001101110101010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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