#64B6AF

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

Shades of Tradewind #64B6AF

Tints of Tradewind #64B6AF

Color information

#64B6AF (or 0x64B6AF) is unknown color: approx Tradewind. HEX triplet: 64, B6 and AF. RGB value is (100,182,175). Sum of RGB (Red+Green+Blue) = 100+182+175=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #64B6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B6AF is #9B4950. Grayscale: #9C9C9C. Windows color (decimal): -10176849 or 11515492. OLE color: 11515492.

HSL color Cylindrical-coordinate representation of color #64B6AF: hue angle of 174.88º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B6AF is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB100182175-
CMYK0.4500.040.29
HSL174.88º35.96%55.29%-
HSV(B)174.88º45.05%71.37%-
XYZ29.7239.2646.57-
YUV156.68138.3387.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=21.88%
G=39.82%
B=38.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001821750.4500.040.29174.8835.9655.29
Hex64B6AF2D041Daf2437
Octal1442662575504352574467
Binary1100100101101101010111110110101001110110101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,182,175); }

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

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

 a { background-color: rgb(100,182,175); }

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

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

 span { border-color: rgb(100,182,175); }

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