Enter air temperature and relative humidity — the tool computes the dew point (Magnus formula), heat index (NOAA Rothfusz), wet-bulb temperature (Stull), absolute humidity, and a comfort rating. Supports Celsius and Fahrenheit.
α = ln(RH/100) + (a·T)/(b+T), Td = (b·α)/(a-α) with a = 17.625, b = 243.04
AH = (6.112 · e^((17.67·T)/(T+243.5)) · RH · 2.1674) / (273.15 + T) in g/m³.